Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
@@ -178,6 +178,12 @@
|
|
178 |
"tie_word_embeddings": false,
|
179 |
"torch_dtype": "bfloat16",
|
180 |
"transformers_version": "4.46.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
"use_cache": true,
|
182 |
"vision_config": {
|
183 |
"_attn_implementation_autoset": false,
|
|
|
178 |
"tie_word_embeddings": false,
|
179 |
"torch_dtype": "bfloat16",
|
180 |
"transformers_version": "4.46.0",
|
181 |
+
"transformers.js_config": {
|
182 |
+
"kv_cache_dtype": {
|
183 |
+
"q4f16": "float16",
|
184 |
+
"fp16": "float16"
|
185 |
+
}
|
186 |
+
},
|
187 |
"use_cache": true,
|
188 |
"vision_config": {
|
189 |
"_attn_implementation_autoset": false,
|