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