mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +00:00
[test] added transformers models to test model zoo (#3135)
This commit is contained in:
5
tests/kit/model_zoo/transformers/__init__.py
Normal file
5
tests/kit/model_zoo/transformers/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .albert import *
|
||||
from .bert import *
|
||||
from .gpt import *
|
||||
from .opt import *
|
||||
from .t5 import *
|
Reference in New Issue
Block a user