[fix] fix model zoo init

This commit is contained in:
duanjunwen 2024-11-01 09:02:07 +00:00
parent 0218e673db
commit 8e40087633

View File

@ -2,8 +2,7 @@ from .albert import *
from .bert import * from .bert import *
from .blip2 import * from .blip2 import *
from .bloom import * from .bloom import *
from .chatglm2 import *
# from .chatglm2 import *
from .command import * from .command import *
from .deepseek import * from .deepseek import *
from .falcon import * from .falcon import *