Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"dynamic": false,
|
| 31 |
"group_size": null,
|
| 32 |
"num_bits": 8,
|
| 33 |
-
"observer": "
|
| 34 |
"observer_kwargs": {},
|
| 35 |
"scale_dtype": null,
|
| 36 |
"strategy": "tensor",
|
|
|
|
| 30 |
"dynamic": false,
|
| 31 |
"group_size": null,
|
| 32 |
"num_bits": 8,
|
| 33 |
+
"observer": "static_minmax",
|
| 34 |
"observer_kwargs": {},
|
| 35 |
"scale_dtype": null,
|
| 36 |
"strategy": "tensor",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1232076790
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f2dcbc3137d4cb0377d3e9283e0dda3b5ac0cdcac6c0b3366e89a5cfc9ea74c
|
| 3 |
size 1232076790
|
recipe.yaml
CHANGED
|
@@ -39,7 +39,7 @@ quant_stage:
|
|
| 39 |
actorder: null
|
| 40 |
scale_dtype: null
|
| 41 |
zp_dtype: torch.int8
|
| 42 |
-
observer:
|
| 43 |
observer_kwargs: {}
|
| 44 |
output_activations: null
|
| 45 |
format: null
|
|
|
|
| 39 |
actorder: null
|
| 40 |
scale_dtype: null
|
| 41 |
zp_dtype: torch.int8
|
| 42 |
+
observer: static_minmax
|
| 43 |
observer_kwargs: {}
|
| 44 |
output_activations: null
|
| 45 |
format: null
|