mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 20:40:34 +00:00
[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
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from . import diffusers, timm, torchaudio, torchrec, torchvision, transformers
|
||||
from . import custom, diffusers, timm, torchaudio, torchrec, torchvision, transformers
|
||||
from .executor import run_fwd, run_fwd_bwd
|
||||
from .registry import model_zoo
|
||||
|
||||
__all__ = ["model_zoo"]
|
||||
__all__ = ["model_zoo", "run_fwd", "run_fwd_bwd"]
|
||||
|
Reference in New Issue
Block a user