This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
0210bead8c
ColossalAI
/
colossalai
/
legacy
/
pipeline
/
middleware
/
adaptor
/
__init__.py
4 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
[Pipeline] Add Topo Class (#2059) * 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>
2022-12-02 10:13:20 +00:00
from
.
fx
import
get_topology
as
get_fx_topology
[misc] update pre-commit and run all files (#4752) * [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
2023-09-19 06:20:26 +00:00
__all__
=
[
"
get_fx_topology
"
]