Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -31,5 +31,8 @@
|
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.39.3",
|
33 |
"use_cache": true,
|
34 |
-
"vocab_size": 32064
|
|
|
|
|
|
|
35 |
}
|
|
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.39.3",
|
33 |
"use_cache": true,
|
34 |
+
"vocab_size": 32064,
|
35 |
+
"transformers.js_config": {
|
36 |
+
"kv_cache_dtype": "float16"
|
37 |
+
},
|
38 |
}
|