Suparious commited on
Commit
2c2fd88
1 Parent(s): 59f46ab

Upload quant_config.json

Browse files

Assuming this is a GEMM 128 group size AWQ quant, here is the missing `quant_config.json`.

I do alot of AWQ quants, and the community will remind me when I forget to add one to my repo ;)

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
+ }