mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-09 20:07:41 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
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",
|
|
]
|