Upload folder using huggingface_hub
Browse files- recipe.yaml +4 -4
recipe.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
QuantizationModifier:
|
| 4 |
-
targets:
|
| 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]
|