Update config.json

#2
by medmekk HF staff - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "pretraining_tp": 1,
20
  "quantization_config": {
21
  "in_group_size": 8,
22
- "linear_weights_not_to_quantize": [
23
  "model.embed_tokens.weight",
24
  "lm_head.weight"
25
  ],
 
19
  "pretraining_tp": 1,
20
  "quantization_config": {
21
  "in_group_size": 8,
22
+ "modules_to_not_convert": [
23
  "model.embed_tokens.weight",
24
  "lm_head.weight"
25
  ],