mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-23 18:20:58 +00:00
* [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
5 lines
87 B
Python
5 lines
87 B
Python
from ._base_engine import Engine
|
|
from .gradient_handler import *
|
|
|
|
__all__ = ['Engine']
|