added Expert to model to fix test
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 1m21s
Details
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 1m21s
Details
This commit is contained in:
parent
5987a130f6
commit
fb1b25507c
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
import torch
|
||||
from aiia import AIIABase, AIIABaseShared, AIIAExpert, AIIAmoe, AIIAchunked, AIIAConfig, AIIASparseMoe
|
||||
from aiia.model.Model import AIIABase, AIIABaseShared, AIIAExpert, AIIAmoe, AIIAchunked, AIIAConfig, AIIASparseMoe
|
||||
|
||||
def test_aiiabase_creation():
|
||||
config = AIIAConfig()
|
||||
|
|
Loading…
Reference in New Issue