Crystalcareai
commited on
Update configuration_gemmoe.py
Browse files- configuration_gemmoe.py +2 -0
configuration_gemmoe.py
CHANGED
@@ -14,6 +14,8 @@
|
|
14 |
# limitations under the License.
|
15 |
""" Gemmoe model configuration"""
|
16 |
|
|
|
|
|
17 |
from transformers.configuration_utils import PretrainedConfig
|
18 |
|
19 |
|
|
|
14 |
# limitations under the License.
|
15 |
""" Gemmoe model configuration"""
|
16 |
|
17 |
+
import logging
|
18 |
+
|
19 |
from transformers.configuration_utils import PretrainedConfig
|
20 |
|
21 |
|