casperhansen commited on
Commit
96cc4fa
·
1 Parent(s): f0cfe10

Create quant_config.json

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