mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-25 03:01:45 +00:00
* [legacy] move trainer to legacy * [doc] update docs related to trainer * [test] ignore legacy test
4 lines
53 B
Python
4 lines
53 B
Python
from ._trainer import Trainer
|
|
|
|
__all__ = ['Trainer']
|