Update modeling_Llamoe.py
Browse files- modeling_Llamoe.py +1 -1
modeling_Llamoe.py
CHANGED
@@ -33,7 +33,7 @@ from transformers.utils import (
|
|
33 |
replace_return_docstrings,
|
34 |
)
|
35 |
from transformers.utils.import_utils import is_torch_fx_available
|
36 |
-
from .
|
37 |
|
38 |
from math import sqrt as math_sqrt
|
39 |
|
|
|
33 |
replace_return_docstrings,
|
34 |
)
|
35 |
from transformers.utils.import_utils import is_torch_fx_available
|
36 |
+
from .configuration_Llamoe import LlamoeConfig
|
37 |
|
38 |
from math import sqrt as math_sqrt
|
39 |
|