Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +1 -1
- recipe.yaml +1 -1
config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"dynamic": false,
|
| 32 |
"group_size": null,
|
| 33 |
"num_bits": 8,
|
| 34 |
-
"observer":
|
| 35 |
"observer_kwargs": {},
|
| 36 |
"scale_dtype": null,
|
| 37 |
"strategy": "tensor",
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
-
"version": "0.18.1.
|
| 47 |
},
|
| 48 |
"rms_norm_eps": 1e-05,
|
| 49 |
"rope_parameters": {
|
|
|
|
| 31 |
"dynamic": false,
|
| 32 |
"group_size": null,
|
| 33 |
"num_bits": 8,
|
| 34 |
+
"observer": null,
|
| 35 |
"observer_kwargs": {},
|
| 36 |
"scale_dtype": null,
|
| 37 |
"strategy": "tensor",
|
|
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
+
"version": "0.18.1.a20260902"
|
| 47 |
},
|
| 48 |
"rms_norm_eps": 1e-05,
|
| 49 |
"rope_parameters": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2200124472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cfe09f4ab88819d251a5dc676c390ba3bed062b47288edef5bb488d08605abb
|
| 3 |
size 2200124472
|
recipe.yaml
CHANGED
|
@@ -14,7 +14,7 @@ quant_stage:
|
|
| 14 |
actorder: null
|
| 15 |
scale_dtype: null
|
| 16 |
zp_dtype: null
|
| 17 |
-
observer:
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
| 20 |
requires_calibration_data: true
|
|
|
|
| 14 |
actorder: null
|
| 15 |
scale_dtype: null
|
| 16 |
zp_dtype: null
|
| 17 |
+
observer: null
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
| 20 |
requires_calibration_data: true
|