Update configuration_aquilamoe.py
Browse files
configuration_aquilamoe.py
CHANGED
@@ -1,4 +1,5 @@
|
|
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,7 +13,6 @@
|
|
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
|
|
|
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 |
# 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
|