ColossalAI/tests/kit/model_zoo/custom/__init__.py
Hongxin Liu b8e770c832
[test] merge old components to test to model zoo (#4945)
* [test] add custom models in model zoo

* [test] update legacy test

* [test] update model zoo

* [test] update gemini test

* [test] remove components to test
2023-10-20 10:35:08 +08:00

5 lines
129 B
Python

from .hanging_param_model import *
from .nested_model import *
from .repeated_computed_layers import *
from .simple_net import *