mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-29 02:14:29 +00:00
* [feat] refactored extension module * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
6 lines
151 B
Python
6 lines
151 B
Python
from .cpu_adam_arm import CpuAdamArmExtension
|
|
from .cpu_adam_x86 import CpuAdamX86Extension
|
|
|
|
__all__ = ['CpuAdamArmExtension', 'CpuAdamX86Extension']
|
|
|