mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-13 13:45:51 +00:00
* [test] add custom models in model zoo * [test] update legacy test * [test] update model zoo * [test] update gemini test * [test] remove components to test
5 lines
129 B
Python
5 lines
129 B
Python
from .hanging_param_model import *
|
|
from .nested_model import *
|
|
from .repeated_computed_layers import *
|
|
from .simple_net import *
|