Upload folder using huggingface_hub
Browse files- recipe.yaml +9 -0
recipe.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
quant_stage:
|
2 |
+
quant_modifiers:
|
3 |
+
GPTQModifier:
|
4 |
+
ignore: [lm_head]
|
5 |
+
config_groups:
|
6 |
+
group_0:
|
7 |
+
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
|
8 |
+
actorder: group}
|
9 |
+
targets: [Linear]
|