Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- recipe.yaml +1 -1
config.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
"dynamic": false,
|
| 57 |
"group_size": null,
|
| 58 |
"num_bits": 8,
|
| 59 |
-
"observer":
|
| 60 |
"observer_kwargs": {},
|
| 61 |
"scale_dtype": null,
|
| 62 |
"strategy": "tensor",
|
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"quantization_status": "compressed",
|
| 69 |
"sparsity_config": {},
|
| 70 |
"transform_config": {},
|
| 71 |
-
"version": "0.18.1.
|
| 72 |
},
|
| 73 |
"rms_norm_eps": 1e-05,
|
| 74 |
"rope_parameters": {
|
|
|
|
| 56 |
"dynamic": false,
|
| 57 |
"group_size": null,
|
| 58 |
"num_bits": 8,
|
| 59 |
+
"observer": null,
|
| 60 |
"observer_kwargs": {},
|
| 61 |
"scale_dtype": null,
|
| 62 |
"strategy": "tensor",
|
|
|
|
| 68 |
"quantization_status": "compressed",
|
| 69 |
"sparsity_config": {},
|
| 70 |
"transform_config": {},
|
| 71 |
+
"version": "0.18.1.a20260902"
|
| 72 |
},
|
| 73 |
"rms_norm_eps": 1e-05,
|
| 74 |
"rope_parameters": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 747622872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca44e6692c9098dee0f9994be5752776e557421da8de7f859b08e402ccd0eb2a
|
| 3 |
size 747622872
|
recipe.yaml
CHANGED
|
@@ -33,7 +33,7 @@ quant_stage:
|
|
| 33 |
actorder: null
|
| 34 |
scale_dtype: null
|
| 35 |
zp_dtype: null
|
| 36 |
-
observer:
|
| 37 |
observer_kwargs: {}
|
| 38 |
bypass_divisibility_checks: false
|
| 39 |
requires_calibration_data: true
|
|
|
|
| 33 |
actorder: null
|
| 34 |
scale_dtype: null
|
| 35 |
zp_dtype: null
|
| 36 |
+
observer: null
|
| 37 |
observer_kwargs: {}
|
| 38 |
bypass_divisibility_checks: false
|
| 39 |
requires_calibration_data: true
|