dsikka commited on
Commit
44df1e6
1 Parent(s): bddc84f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +9 -0
recipe.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ quant_stage:
2
+ quant_modifiers:
3
+ GPTQModifier:
4
+ ignore: [lm_head]
5
+ config_groups:
6
+ group_0:
7
+ weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
8
+ actorder: group}
9
+ targets: [Linear]