Upload recipe.yaml with huggingface_hub
Browse files- recipe.yaml +10 -0
recipe.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_stage:
|
| 2 |
+
default_modifiers:
|
| 3 |
+
GPTQModifier:
|
| 4 |
+
targets: [Linear]
|
| 5 |
+
ignore: ['re:.*lm_head.*', 're:.*embed.*']
|
| 6 |
+
scheme: W4A16
|
| 7 |
+
block_size: 128
|
| 8 |
+
dampening_frac: 0.1
|
| 9 |
+
actorder: desc
|
| 10 |
+
offload_hessians: false
|