[test] added transformers models to test model zoo (#3135)

This commit is contained in:
Frank Lee
2023-03-15 11:26:10 +08:00
committed by GitHub
parent a674c63348
commit 6d48eb0560
12 changed files with 339 additions and 193 deletions

View File

@@ -1,4 +1,4 @@
from . import diffusers, timm, torchvision
from . import diffusers, timm, torchvision, transformers
from .registry import model_zoo
__all__ = ['model_zoo']