sergeipetrov commited on
Commit
163edfb
1 Parent(s): 343561a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -11,6 +11,13 @@
11
  "downsample_ratio": 0.5,
12
  "dynamic_image_size": true,
13
  "force_image_size": 448,
 
 
 
 
 
 
 
14
  "llm_config": {
15
  "_name_or_path": "internlm/internlm2_5-7b-chat",
16
  "add_cross_attention": false,
 
11
  "downsample_ratio": 0.5,
12
  "dynamic_image_size": true,
13
  "force_image_size": 448,
14
+ "quantization_config": {
15
+ "bits": 4,
16
+ "group_size": 128,
17
+ "quant_method": "awq",
18
+ "version": "gemm",
19
+ "zero_point": true
20
+ },
21
  "llm_config": {
22
  "_name_or_path": "internlm/internlm2_5-7b-chat",
23
  "add_cross_attention": false,