Sinensis commited on
Commit
ed26bbf
·
verified ·
1 Parent(s): a0ef08d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -10,7 +10,11 @@ tags:
10
 
11
  ## AWQ quantization of [Steelskull/L3.3-MS-Nevoria-70b](https://huggingface.co/Steelskull/L3.3-MS-Nevoria-70b)
12
 
13
- zero_point: True,
14
- q_group_size: 128,
15
- w_bit: 4,
16
- version: "GEMM"
 
 
 
 
 
10
 
11
  ## AWQ quantization of [Steelskull/L3.3-MS-Nevoria-70b](https://huggingface.co/Steelskull/L3.3-MS-Nevoria-70b)
12
 
13
+ "quantization_config": {
14
+ "bits": 4,
15
+ "group_size": 128,
16
+ "modules_to_not_convert": null,
17
+ "quant_method": "awq",
18
+ "version": "gemm",
19
+ "zero_point": true
20
+ }