Upload Qwen3ForCausalLM
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 28 |
"llm_int8_has_fp16_weight": false,
|
| 29 |
"llm_int8_skip_modules": null,
|
| 30 |
-
"llm_int8_threshold":
|
| 31 |
"load_in_4bit": false,
|
| 32 |
"load_in_8bit": true,
|
| 33 |
"quant_method": "bitsandbytes"
|
|
|
|
| 27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 28 |
"llm_int8_has_fp16_weight": false,
|
| 29 |
"llm_int8_skip_modules": null,
|
| 30 |
+
"llm_int8_threshold": 10.0,
|
| 31 |
"load_in_4bit": false,
|
| 32 |
"load_in_8bit": true,
|
| 33 |
"quant_method": "bitsandbytes"
|