mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 04:24:47 +00:00
[legacy] move engine to legacy (#4560)
* [legacy] move engine to legacy * [example] fix seq parallel example * [example] fix seq parallel example * [test] test gemini pluging hang * [test] test gemini pluging hang * [test] test gemini pluging hang * [test] test gemini pluging hang * [test] test gemini pluging hang * [example] update seq parallel requirements
This commit is contained in:
4
colossalai/legacy/engine/__init__.py
Normal file
4
colossalai/legacy/engine/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ._base_engine import Engine
|
||||
from .gradient_handler import *
|
||||
|
||||
__all__ = ['Engine']
|
Reference in New Issue
Block a user