Upload folder using huggingface_hub
Browse files- recipe.yaml +1 -1
recipe.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
default_stage:
|
2 |
default_modifiers:
|
3 |
QuantizationModifier:
|
4 |
-
targets: [Linear]
|
5 |
ignore: [lm_head]
|
|
|
6 |
scheme: FP8_DYNAMIC
|
|
|
1 |
default_stage:
|
2 |
default_modifiers:
|
3 |
QuantizationModifier:
|
|
|
4 |
ignore: [lm_head]
|
5 |
+
targets: [Linear]
|
6 |
scheme: FP8_DYNAMIC
|