mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-26 17:53:08 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
5 lines
136 B
Python
5 lines
136 B
Python
from . import diffusers, timm, torchaudio, torchrec, torchvision, transformers
|
|
from .registry import model_zoo
|
|
|
|
__all__ = ["model_zoo"]
|