Crystalcareai commited on
Commit
db7dc87
1 Parent(s): be3c253

Update configuration_gemmoe.py

Browse files
Files changed (1) hide show
  1. configuration_gemmoe.py +1 -2
configuration_gemmoe.py CHANGED
@@ -14,9 +14,8 @@
14
  # limitations under the License.
15
  """ Gemmoe model configuration"""
16
 
17
- import logging
18
-
19
  from transformers.configuration_utils import PretrainedConfig
 
20
 
21
 
22
  logger = logging.get_logger(__name__)
 
14
  # limitations under the License.
15
  """ Gemmoe model configuration"""
16
 
 
 
17
  from transformers.configuration_utils import PretrainedConfig
18
+ from transformers.utils import logging
19
 
20
 
21
  logger = logging.get_logger(__name__)