unsubscribe commited on
Commit
c3e4a5d
1 Parent(s): 6a2e2d5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -27,6 +27,13 @@
27
  "factor": 1.0,
28
  "type": "dynamic"
29
  },
 
 
 
 
 
 
 
30
  "rope_theta": 1000000,
31
  "tie_word_embeddings": false,
32
  "torch_dtype": "float16",
 
27
  "factor": 1.0,
28
  "type": "dynamic"
29
  },
30
+ "quantization_config": {
31
+ "bits": 4,
32
+ "group_size": 128,
33
+ "quant_method": "awq",
34
+ "version": "gemm",
35
+ "zero_point": true
36
+ },
37
  "rope_theta": 1000000,
38
  "tie_word_embeddings": false,
39
  "torch_dtype": "float16",