mbhaskar98 commited on
Commit
190d714
·
verified ·
1 Parent(s): 8c4daf5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. recipe.yaml +4 -4
recipe.yaml CHANGED
@@ -1,6 +1,6 @@
1
- default_stage:
2
- default_modifiers:
3
  QuantizationModifier:
4
- targets: [Linear]
5
- ignore: [lm_head]
6
  scheme: NVFP4A16
 
 
1
+ quant_stage:
2
+ quant_modifiers:
3
  QuantizationModifier:
4
+ targets: Linear
 
5
  scheme: NVFP4A16
6
+ ignore: [lm_head]