hyxmmm commited on
Commit
17ca9b0
1 Parent(s): 20228aa

Upload configuration_aquilamoe.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. configuration_aquilamoe.py +1 -1
configuration_aquilamoe.py CHANGED
@@ -1,5 +1,4 @@
1
  # coding=utf-8
2
- # Copied from transformers.models.mixtral.configuration_mixtral
3
  #
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
  # you may not use this file except in compliance with the License.
@@ -13,6 +12,7 @@
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
  """ AquilaMoE model configuration"""
 
16
 
17
  from transformers import PretrainedConfig
18
  from transformers.utils import logging
 
1
  # coding=utf-8
 
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  """ AquilaMoE model configuration"""
15
+ # Copied from transformers.models.mixtral.configuration_mixtral
16
 
17
  from transformers import PretrainedConfig
18
  from transformers.utils import logging