Upload folder using huggingface_hub
Browse files
.ipynb_checkpoints/recipe-checkpoint.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DEFAULT_stage:
|
2 |
+
DEFAULT_modifiers:
|
3 |
+
SmoothQuantModifier: {smoothing_strength: 0.9}
|
4 |
+
GPTQModifier:
|
5 |
+
sequential_update: true
|
6 |
+
targets: Linear
|
7 |
+
ignore: [lm_head]
|
8 |
+
scheme: W8A8
|