Upload recipe.yaml with huggingface_hub
Browse files- recipe.yaml +8 -0
recipe.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DEFAULT_stage:
|
2 |
+
DEFAULT_modifiers:
|
3 |
+
SmoothQuantModifier: {smoothing_strength: 0.8}
|
4 |
+
GPTQModifier:
|
5 |
+
sequential_update: true
|
6 |
+
scheme: W8A8
|
7 |
+
targets: Linear
|
8 |
+
ignore: [lm_head]
|