remove all 8bit refs
Browse files- config.json +0 -5
config.json
CHANGED
|
@@ -109,12 +109,7 @@
|
|
| 109 |
"bnb_4bit_compute_dtype": "bfloat16",
|
| 110 |
"bnb_4bit_quant_type": "nf4",
|
| 111 |
"bnb_4bit_use_double_quant": true,
|
| 112 |
-
"llm_int8_enable_fp32_cpu_offload": true,
|
| 113 |
-
"llm_int8_has_fp16_weight": false,
|
| 114 |
-
"llm_int8_skip_modules": null,
|
| 115 |
-
"llm_int8_threshold": 6.0,
|
| 116 |
"load_in_4bit": true,
|
| 117 |
-
"load_in_8bit": false,
|
| 118 |
"quant_method": "bitsandbytes"
|
| 119 |
},
|
| 120 |
"select_layer": -1,
|
|
|
|
| 109 |
"bnb_4bit_compute_dtype": "bfloat16",
|
| 110 |
"bnb_4bit_quant_type": "nf4",
|
| 111 |
"bnb_4bit_use_double_quant": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
"load_in_4bit": true,
|
|
|
|
| 113 |
"quant_method": "bitsandbytes"
|
| 114 |
},
|
| 115 |
"select_layer": -1,
|