mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-12 19:06:17 +00:00
* [fx] add pofo algorithm * [fx] Add pofo solver * [fx] code refactor * [fx] fix test_linearize import
5 lines
165 B
Python
5 lines
165 B
Python
from .ckpt_solver_chen import chen_greedy
|
|
from .linearize import linearize
|
|
from .ckpt_solver_rotor import solver_rotor
|
|
from .ckpt_solver_pofo import solver_pofo
|