corrected imports
This commit is contained in:
parent
59b2784e92
commit
338ac5dee5
|
@ -1,4 +1,3 @@
|
|||
# Import submodules
|
||||
from .model import AIIA, AIIAEncoder
|
||||
from .model import AIIA, AIIABase, AIIAchunked, AIIAExpert, AIIAmoe, AIIArecursive, AIIABaseShared
|
||||
from .data import AIIADataLoader
|
||||
from .model.config import AIIAConfig
|
|
@ -1,2 +1,2 @@
|
|||
from .config import AIIAConfig
|
||||
from .Model import AIIA, AIIABase, AIIAchunked, AIIAExpert, AIIAmoe, AIIArecursive
|
||||
from .Model import AIIA, AIIABase, AIIAchunked, AIIAExpert, AIIAmoe, AIIArecursive, AIIABaseShared
|
Loading…
Reference in New Issue