mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 06:29:09 +00:00
* use Topo class to rewrite DAG * polish code * polish code * polish code * add comment * add else to unended if Co-authored-by: Ziyue Jiang <ziyue.jiang@gmail.com>
3 lines
78 B
Python
3 lines
78 B
Python
from .fx import get_topology as get_fx_topology
|
|
|
|
__all__ = ['get_fx_topology'] |