Update config.json
Browse filesInclude the torch_dtype in the model config.json.
This matches the config.json of similar releases (e.g.,Mistral-Large-Instruct-2407, Mistral-Small-24B-Instruct-2501).
- config.json +1 -0
config.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
"rope_theta": 1000000.0,
|
| 20 |
"sliding_window": null,
|
| 21 |
"tie_word_embeddings": false,
|
|
|
|
| 22 |
"transformers_version": "4.46.2",
|
| 23 |
"use_cache": true,
|
| 24 |
"vocab_size": 32768
|
|
|
|
| 19 |
"rope_theta": 1000000.0,
|
| 20 |
"sliding_window": null,
|
| 21 |
"tie_word_embeddings": false,
|
| 22 |
+
"torch_dtype": "bfloat16",
|
| 23 |
"transformers_version": "4.46.2",
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 32768
|