Adityyaa commited on
Commit
1a1ce7b
1 Parent(s): 8ba6239

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -16,7 +16,7 @@
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
  "quantization_config": {
19
- "_load_in_4bit": false,
20
  "_load_in_8bit": false,
21
  "bnb_4bit_compute_dtype": "bfloat16",
22
  "bnb_4bit_quant_storage": "uint8",
@@ -26,9 +26,9 @@
26
  "llm_int8_has_fp16_weight": false,
27
  "llm_int8_skip_modules": null,
28
  "llm_int8_threshold": 6.0,
29
- "load_in_4bit": false,
30
  "load_in_8bit": false,
31
- "quant_method": "bitsandbytes_4bit"
32
  },
33
  "rms_norm_eps": 1e-05,
34
  "rope_theta": 10000.0,
 
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
  "quantization_config": {
19
+ "_load_in_4bit": true,
20
  "_load_in_8bit": false,
21
  "bnb_4bit_compute_dtype": "bfloat16",
22
  "bnb_4bit_quant_storage": "uint8",
 
26
  "llm_int8_has_fp16_weight": false,
27
  "llm_int8_skip_modules": null,
28
  "llm_int8_threshold": 6.0,
29
+ "load_in_4bit": true,
30
  "load_in_8bit": false,
31
+ "quant_method": "bitsandbytes"
32
  },
33
  "rms_norm_eps": 1e-05,
34
  "rope_theta": 10000.0,