jfaiofj92459 commited on
Commit
ac976e6
·
verified ·
1 Parent(s): 3a5cb13

Update config.json

Browse files

Include 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).

Files changed (1) hide show
  1. 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