Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- recipe.yaml +8 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1232060880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c92e5a3de86e62cd5a3b885ae32d70894a1d528c7a8776f9664e23e554160322
|
3 |
size 1232060880
|
recipe.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
quant_stage:
|
2 |
+
quant_modifiers:
|
3 |
+
GPTQModifier:
|
4 |
+
ignore: [lm_head]
|
5 |
+
config_groups:
|
6 |
+
group_0:
|
7 |
+
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel, dynamic: false}
|
8 |
+
targets: [Linear]
|