Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -28,6 +28,10 @@
|
|
| 28 |
"torch_dtype": "bfloat16",
|
| 29 |
"transformers_version": "4.42.3",
|
| 30 |
"transformers.js_config": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
},
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 49152
|
|
|
|
| 28 |
"torch_dtype": "bfloat16",
|
| 29 |
"transformers_version": "4.42.3",
|
| 30 |
"transformers.js_config": {
|
| 31 |
+
"kv_cache_dtype": {
|
| 32 |
+
"q4f16": "float16",
|
| 33 |
+
"fp16": "float16"
|
| 34 |
+
}
|
| 35 |
},
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 49152
|