Files
ColossalAI/colossalai/fx/__init__.py
Boyuan Yao de1e716dc4 [fx] Add activation checkpoint solver rotor (#1496)
* [fx] fix defining ckpt functions inside forward

* [fx] Modify activation checkpoint codegen and add ColoGraphModule

* [fx] some modification

* some modifications

* some modifications

* some modifications

* some modifications

* some code modifications

* [automatic_parallel] ckpt solver rotor

* [fx] add ckpt_solver_rotor

* [fx] modification

* code refactor

* code refactor
2022-08-26 10:34:21 +08:00

3 lines
75 B
Python

from .tracer import ColoTracer
from .graph_module import ColoGraphModule