ApolloRaines commited on
Commit
08dd333
·
verified ·
1 Parent(s): 6123308

Upload recipe.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +12 -0
recipe.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_stage:
2
+ default_modifiers:
3
+ GPTQModifier:
4
+ targets: [Linear]
5
+ ignore: [lm_head]
6
+ scheme: W4A16
7
+ bypass_divisibility_checks: false
8
+ requires_calibration_data: true
9
+ block_size: 128
10
+ dampening_frac: 0.01
11
+ actorder: static
12
+ offload_hessians: false