kaikaidai commited on
Commit
73937e2
·
verified ·
1 Parent(s): ca23307

Upload recipe.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +13 -0
recipe.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DEFAULT_stage:
2
+ DEFAULT_modifiers:
3
+ SmoothQuantModifier: {smoothing_strength: 0.8}
4
+ GPTQModifier:
5
+ sequential_update: true
6
+ dampening_frac: 0.2
7
+ config_groups:
8
+ group_0:
9
+ targets: [Linear]
10
+ weights: {num_bits: 8, type: int, symmetric: true, strategy: channel, observer: mse}
11
+ input_activations: {num_bits: 8, type: int, symmetric: true, strategy: token, dynamic: true,
12
+ observer: null}
13
+ ignore: [lm_head]