Crystalcareai commited on
Commit
7723261
·
verified ·
1 Parent(s): 831c74e

Update configuration_gemmoe.py

Browse files
Files changed (1) hide show
  1. 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
- DEEPSEEK_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
 
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