Update configuration_quiet.py
Browse files- configuration_quiet.py +2 -2
configuration_quiet.py
CHANGED
@@ -21,8 +21,8 @@ from transformers.utils import logging
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
-
"LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/
|
25 |
-
"LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/
|
26 |
}
|
27 |
|
28 |
|
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
+
"LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/LeroyDyer/Mixtral_AI_CyberBrain_3.0/resolve/main/config.json",
|
25 |
+
"LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/LeroyDyer/Mixtral_AI_CyberBrain_3.0/resolve/main/config.json",
|
26 |
}
|
27 |
|
28 |
|