casperhansen commited on
Commit
874c9b3
1 Parent(s): e6503e9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -20,6 +20,13 @@
20
  "num_key_value_heads": 32,
21
  "pad_token_id": 0,
22
  "pretraining_tp": 1,
 
 
 
 
 
 
 
23
  "rms_norm_eps": 1e-05,
24
  "rope_scaling": null,
25
  "rope_theta": 10000.0,
 
20
  "num_key_value_heads": 32,
21
  "pad_token_id": 0,
22
  "pretraining_tp": 1,
23
+ "quantization_config": {
24
+ "bits": 4,
25
+ "group_size": 128,
26
+ "quant_method": "awq",
27
+ "version": "gemm",
28
+ "zero_point": true
29
+ },
30
  "rms_norm_eps": 1e-05,
31
  "rope_scaling": null,
32
  "rope_theta": 10000.0,