Upload recipe.yaml
Browse files- recipe.yaml +6 -0
recipe.yaml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_stage:
|
| 2 |
+
default_modifiers:
|
| 3 |
+
GPTQModifier:
|
| 4 |
+
targets: [Linear]
|
| 5 |
+
ignore: [lm_head, 're:model\.vision_tower.*', 're:model\.multi_modal_projector.*']
|
| 6 |
+
scheme: w8a8
|