casperhansen commited on
Commit
1f39a71
1 Parent(s): ede1189

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -43,6 +43,13 @@
43
  "n_layers": 32,
44
  "no_bias": true,
45
  "norm_type": "low_precision_layernorm",
 
 
 
 
 
 
 
46
  "resid_pdrop": 0,
47
  "tokenizer_name": "mosaicml/mpt-7b-chat",
48
  "torch_dtype": "float16",
 
43
  "n_layers": 32,
44
  "no_bias": true,
45
  "norm_type": "low_precision_layernorm",
46
+ "quantization_config": {
47
+ "bits": 4,
48
+ "group_size": 128,
49
+ "quant_method": "awq",
50
+ "version": "gemv",
51
+ "zero_point": true
52
+ },
53
  "resid_pdrop": 0,
54
  "tokenizer_name": "mosaicml/mpt-7b-chat",
55
  "torch_dtype": "float16",