Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
23 |
"_load_in_4bit": false,
|
24 |
-
"_load_in_8bit":
|
25 |
"bnb_4bit_compute_dtype": "float32", // Changed to float32 for CPU compatibility
|
26 |
"bnb_4bit_quant_storage": "uint8",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
@@ -31,7 +31,7 @@
|
|
31 |
"llm_int8_skip_modules": null,
|
32 |
"llm_int8_threshold": 6.0,
|
33 |
"load_in_4bit": false, // Disabled for CPU
|
34 |
-
"load_in_8bit":
|
35 |
"quant_method": "bitsandbytes"
|
36 |
},
|
37 |
"rms_norm_eps": 1e-05,
|
|
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
23 |
"_load_in_4bit": false,
|
24 |
+
"_load_in_8bit": true,
|
25 |
"bnb_4bit_compute_dtype": "float32", // Changed to float32 for CPU compatibility
|
26 |
"bnb_4bit_quant_storage": "uint8",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
|
|
31 |
"llm_int8_skip_modules": null,
|
32 |
"llm_int8_threshold": 6.0,
|
33 |
"load_in_4bit": false, // Disabled for CPU
|
34 |
+
"load_in_8bit": true, // Disabled for CPU
|
35 |
"quant_method": "bitsandbytes"
|
36 |
},
|
37 |
"rms_norm_eps": 1e-05,
|