casperhansen commited on
Commit
6b4f5fe
1 Parent(s): 2870996

Update config.json

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