Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- recipe.yaml +2 -2
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 761968800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3fabb19f4679e662f0fbb682ae435737631eabd27295e4aaf618c7c44854723
|
3 |
size 761968800
|
recipe.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
default_stage:
|
2 |
default_modifiers:
|
3 |
GPTQModifier:
|
4 |
-
|
5 |
-
targets: Linear
|
6 |
ignore: [lm_head]
|
|
|
|
1 |
default_stage:
|
2 |
default_modifiers:
|
3 |
GPTQModifier:
|
4 |
+
targets: [Linear]
|
|
|
5 |
ignore: [lm_head]
|
6 |
+
scheme: W4A16
|