mdouglas HF Staff commited on
Commit
59138e5
·
verified ·
1 Parent(s): a9eba2f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -53,10 +53,6 @@
53
  "bnb_4bit_compute_dtype": "bfloat16",
54
  "bnb_4bit_quant_storage": "uint8",
55
  "bnb_4bit_quant_type": "nf4",
56
- "bnb_4bit_target_parameters": [
57
- "experts.gate_up_proj",
58
- "experts.down_proj"
59
- ],
60
  "bnb_4bit_use_double_quant": true,
61
  "llm_int8_enable_fp32_cpu_offload": false,
62
  "llm_int8_has_fp16_weight": false,
@@ -66,6 +62,10 @@
66
  "llm_int8_threshold": 6.0,
67
  "load_in_4bit": true,
68
  "load_in_8bit": false,
 
 
 
 
69
  "quant_method": "bitsandbytes"
70
  },
71
  "rms_norm_eps": 1e-05,
 
53
  "bnb_4bit_compute_dtype": "bfloat16",
54
  "bnb_4bit_quant_storage": "uint8",
55
  "bnb_4bit_quant_type": "nf4",
 
 
 
 
56
  "bnb_4bit_use_double_quant": true,
57
  "llm_int8_enable_fp32_cpu_offload": false,
58
  "llm_int8_has_fp16_weight": false,
 
62
  "llm_int8_threshold": 6.0,
63
  "load_in_4bit": true,
64
  "load_in_8bit": false,
65
+ "target_parameters": [
66
+ "experts.gate_up_proj",
67
+ "experts.down_proj"
68
+ ],
69
  "quant_method": "bitsandbytes"
70
  },
71
  "rms_norm_eps": 1e-05,