kaikaidai commited on
Commit
cdfd9d6
·
verified ·
1 Parent(s): dc831a8

Upload recipe.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +8 -0
recipe.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ DEFAULT_stage:
2
+ DEFAULT_modifiers:
3
+ SmoothQuantModifier: {smoothing_strength: 0.8}
4
+ GPTQModifier:
5
+ sequential_update: true
6
+ scheme: W8A8
7
+ targets: Linear
8
+ ignore: [lm_head]