casperhansen
commited on
Commit
·
56e7db5
1
Parent(s):
6c68c97
Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -42,6 +42,13 @@
|
|
42 |
"n_layers": 32,
|
43 |
"no_bias": true,
|
44 |
"norm_type": "low_precision_layernorm",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"resid_pdrop": 0,
|
46 |
"tokenizer_name": "mosaicml/mpt-7b-chat",
|
47 |
"torch_dtype": "bfloat16",
|
|
|
42 |
"n_layers": 32,
|
43 |
"no_bias": true,
|
44 |
"norm_type": "low_precision_layernorm",
|
45 |
+
"quantization_config": {
|
46 |
+
"bits": 4,
|
47 |
+
"group_size": 128,
|
48 |
+
"quant_method": "awq",
|
49 |
+
"version": "gemm",
|
50 |
+
"zero_point": true
|
51 |
+
},
|
52 |
"resid_pdrop": 0,
|
53 |
"tokenizer_name": "mosaicml/mpt-7b-chat",
|
54 |
"torch_dtype": "bfloat16",
|