Suparious commited on
Commit
af7fe1d
1 Parent(s): ab60b49

Create quant_config.json

Browse files

The community ofter requests that I add this to all my AWQ quants.
This is also something that TheBloke use to include

Files changed (1) hide show
  1. quant_config.json +6 -0
quant_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "zero_point": true,
3
+ "q_group_size": 128,
4
+ "w_bit": 4,
5
+ "version": "GEMM"
6
+ }