samiyousef
commited on
Commit
•
e56d474
1
Parent(s):
b0fff16
Upload configuration_cohere.py with huggingface_hub
Browse files- configuration_cohere.py +1 -1
configuration_cohere.py
CHANGED
@@ -156,4 +156,4 @@ class CohereConfig(PretrainedConfig):
|
|
156 |
|
157 |
|
158 |
# register the model config to AutoConfig
|
159 |
-
AutoConfig.register("cohere", CohereConfig)
|
|
|
156 |
|
157 |
|
158 |
# register the model config to AutoConfig
|
159 |
+
AutoConfig.register("cohere", CohereConfig, exist_ok=True)
|