Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model-00001-of-00006.safetensors +2 -2
- model-00002-of-00006.safetensors +2 -2
- model-00003-of-00006.safetensors +2 -2
- model-00004-of-00006.safetensors +2 -2
- model-00005-of-00006.safetensors +2 -2
- model.safetensors.index.json +0 -0
- recipe.yaml +1 -1
config.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"observer": "minmax",
|
| 28 |
"observer_kwargs": {},
|
| 29 |
"strategy": "tensor",
|
| 30 |
-
"symmetric":
|
| 31 |
"type": "float"
|
| 32 |
},
|
| 33 |
"output_activations": null,
|
|
|
|
| 27 |
"observer": "minmax",
|
| 28 |
"observer_kwargs": {},
|
| 29 |
"strategy": "tensor",
|
| 30 |
+
"symmetric": true,
|
| 31 |
"type": "float"
|
| 32 |
},
|
| 33 |
"output_activations": null,
|
model-00001-of-00006.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d08214737a3c7aa637adb8a9e402ef6c701e1d44ff1f5bcd60f606db28950d54
|
| 3 |
+
size 4898063458
|
model-00002-of-00006.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e696e22ccdcfe2b30e955bf55bb6da0ffe858f18e121b8064f275c19b7320489
|
| 3 |
+
size 4835553472
|
model-00003-of-00006.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fff67431527ea1f2ad0b22ab1291b536505411ae119e9567a5ba444c6fcb2c6
|
| 3 |
+
size 4982409528
|
model-00004-of-00006.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad451af85f1a587d0886e1be22883b4b82a20fe618e07718d692076dff4767b1
|
| 3 |
+
size 4998146360
|
model-00005-of-00006.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:380f36cca39d92e1bf9376bae1f04eb655c964a02556b040183b4f17e7490e2d
|
| 3 |
+
size 3865311574
|
model.safetensors.index.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
recipe.yaml
CHANGED
|
@@ -6,6 +6,6 @@ quant_stage:
|
|
| 6 |
group_0:
|
| 7 |
weights: {num_bits: 8, type: float, strategy: channel, dynamic: false, symmetric: true}
|
| 8 |
input_activations: {num_bits: 8, type: float, strategy: tensor, dynamic: false,
|
| 9 |
-
symmetric:
|
| 10 |
targets: [Linear]
|
| 11 |
kv_cache_scheme: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}
|
|
|
|
| 6 |
group_0:
|
| 7 |
weights: {num_bits: 8, type: float, strategy: channel, dynamic: false, symmetric: true}
|
| 8 |
input_activations: {num_bits: 8, type: float, strategy: tensor, dynamic: false,
|
| 9 |
+
symmetric: true}
|
| 10 |
targets: [Linear]
|
| 11 |
kv_cache_scheme: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}
|