removed aiia from being able to get called
This commit is contained in:
parent
96d8e18ee0
commit
1fcb31b044
|
@ -1,21 +1,21 @@
|
|||
from .Model import (
|
||||
AIIA,
|
||||
AIIABase,
|
||||
AIIABaseShared,
|
||||
AIIAchunked,
|
||||
AIIAExpert,
|
||||
AIIAmoe,
|
||||
AIIArecursive
|
||||
AIIArecursive,
|
||||
AIIASparseMoe
|
||||
)
|
||||
from .config import AIIAConfig
|
||||
|
||||
__all__ = [
|
||||
"AIIA",
|
||||
"AIIABase",
|
||||
"AIIABaseShared",
|
||||
"AIIAchunked",
|
||||
"AIIAExpert",
|
||||
"AIIAmoe",
|
||||
"AIIArecursive",
|
||||
"AIIAConfig"
|
||||
"AIIAConfig",
|
||||
"AIIASparseMoe"
|
||||
]
|
Loading…
Reference in New Issue