Crystalcareai
commited on
Update configuration_gemmoe.py
Browse files- configuration_gemmoe.py +1 -1
configuration_gemmoe.py
CHANGED
@@ -3,7 +3,7 @@ from transformers.utils import logging
|
|
3 |
|
4 |
logger = logging.get_logger(__name__)
|
5 |
|
6 |
-
|
7 |
class GemmoeConfig(PretrainedConfig):
|
8 |
r"""
|
9 |
This is the configuration class to store the configuration of a [`DeepseekModel`]. It is used to instantiate an DeepSeek
|
|
|
3 |
|
4 |
logger = logging.get_logger(__name__)
|
5 |
|
6 |
+
GEMMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
|
7 |
class GemmoeConfig(PretrainedConfig):
|
8 |
r"""
|
9 |
This is the configuration class to store the configuration of a [`DeepseekModel`]. It is used to instantiate an DeepSeek
|