RangerX commited on
Commit
6012030
·
verified ·
1 Parent(s): 6e59768

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -18,6 +18,7 @@
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "quantization_config": {
 
21
  "load_in_8bit": true,
22
  "bnb_8bit_compute_dtype": "float16"
23
  },
 
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "quantization_config": {
21
+ "quant_method": "bnb",
22
  "load_in_8bit": true,
23
  "bnb_8bit_compute_dtype": "float16"
24
  },