mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-11 18:14:16 +00:00
6 lines
137 B
Python
6 lines
137 B
Python
from . import diffusers, timm, torchaudio, torchrec, torchvision, transformers
|
|
|
|
from .registry import model_zoo
|
|
|
|
__all__ = ['model_zoo']
|