dgr237 commited on
Commit
242d1e2
·
verified ·
1 Parent(s): 131edda

Upload recipe.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +7 -0
recipe.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ default_stage:
2
+ default_modifiers:
3
+ QuantizationModifier:
4
+ targets: [Linear]
5
+ ignore: [lm_head, 're:.*ssm.*', 're:.*linear_attn.*']
6
+ scheme: NVFP4
7
+ bypass_divisibility_checks: false