abhinavnmagic
commited on
Commit
•
333969e
1
Parent(s):
347df9d
Upload recipe.yaml with huggingface_hub
Browse files- recipe.yaml +11 -0
recipe.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
quant_stage:
|
2 |
+
quant_modifiers:
|
3 |
+
GPTQModifier:
|
4 |
+
sequential_update: false
|
5 |
+
dampening_frac: 0.01
|
6 |
+
block_size: 128
|
7 |
+
ignore: [lm_head]
|
8 |
+
config_groups:
|
9 |
+
group_0:
|
10 |
+
targets: [Linear]
|
11 |
+
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128}
|