mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 19:13:01 +00:00
[legacy] move trainer to legacy (#4545)
* [legacy] move trainer to legacy * [doc] update docs related to trainer * [test] ignore legacy test
This commit is contained in:
3
colossalai/legacy/trainer/__init__.py
Normal file
3
colossalai/legacy/trainer/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from ._trainer import Trainer
|
||||
|
||||
__all__ = ['Trainer']
|
Reference in New Issue
Block a user