Update config.json

#3
by ybelkada - opened
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -28,7 +28,8 @@
28
  "group_size": 128,
29
  "quant_method": "awq",
30
  "version": "gemm",
31
- "zero_point": true
 
32
  },
33
  "torch_dtype": "float16",
34
  "transformers_version": "4.35.0",
 
28
  "group_size": 128,
29
  "quant_method": "awq",
30
  "version": "gemm",
31
+ "zero_point": true,
32
+ "modules_to_not_convert": ["o_proj"],
33
  },
34
  "torch_dtype": "float16",
35
  "transformers_version": "4.35.0",