iSolver commited on
Commit
b705920
·
verified ·
1 Parent(s): 0b6de85

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -7
config.json CHANGED
@@ -1,12 +1,6 @@
1
  {
2
  "quantization_config": {
3
  "bits": 4,
4
- "group_size": 128,
5
- "modules_to_not_convert": [
6
- "visual"
7
- ],
8
- "quant_method": "awq",
9
- "version": "gemm",
10
- "zero_point": true
11
  }
12
  }
 
1
  {
2
  "quantization_config": {
3
  "bits": 4,
4
+ "quant_method": "awq"
 
 
 
 
 
 
5
  }
6
  }