Increase Hugging Face requirements in config.json to version 4.56.1
Browse filesIncrease Hugging Face requirements in config.json to version 4.56.1.
- config.json +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"original_max_position_embeddings": 32768
|
| 31 |
},
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
-
"transformers_version": "4.
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 73448,
|
| 36 |
"rope_theta": 10000.0,
|
|
|
|
| 30 |
"original_max_position_embeddings": 32768
|
| 31 |
},
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.56.1",
|
| 34 |
"use_cache": true,
|
| 35 |
"vocab_size": 73448,
|
| 36 |
"rope_theta": 10000.0,
|