mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-10 04:18:05 +00:00
7 lines
155 B
Python
7 lines
155 B
Python
from .wrapper import convert_to_xformer_model, recover_from_xformer_model
|
|
|
|
__all__ = [
|
|
'convert_to_xformer_model',
|
|
'recover_from_xformer_model',
|
|
]
|