gaunernst commited on
Commit
68374cb
·
verified ·
1 Parent(s): 7f956da

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json CHANGED
@@ -38,5 +38,16 @@
38
  "num_hidden_layers": 27,
39
  "patch_size": 14,
40
  "vision_use_head": false
 
 
 
 
 
 
 
 
 
 
 
41
  }
42
  }
 
38
  "num_hidden_layers": 27,
39
  "patch_size": 14,
40
  "vision_use_head": false
41
+ },
42
+ "quantization_config": {
43
+ "bits": 4,
44
+ "group_size": 32,
45
+ "quant_method": "awq",
46
+ "version": "gemm",
47
+ "zero_point": true,
48
+ "modules_to_not_convert": [
49
+ "lm_head",
50
+ "vision_tower"
51
+ ]
52
  }
53
  }