change to fp16
Browse filesSigned-off-by: wenhuach <[email protected]>
- config.json +1 -1
config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"rope_scaling": null,
|
52 |
"rope_theta": 500000.0,
|
53 |
"tie_word_embeddings": false,
|
54 |
-
"torch_dtype": "
|
55 |
"transformers_version": "4.47.0",
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 128256
|
|
|
51 |
"rope_scaling": null,
|
52 |
"rope_theta": 500000.0,
|
53 |
"tie_word_embeddings": false,
|
54 |
+
"torch_dtype": "float16",
|
55 |
"transformers_version": "4.47.0",
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 128256
|