Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +1 -0
config.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
-
"version": "0.17.2.
|
| 47 |
},
|
| 48 |
"rms_norm_eps": 1e-05,
|
| 49 |
"rope_parameters": {
|
|
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
+
"version": "0.17.2.a20260727"
|
| 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:942233492aaf366183a239332eb68850465bd6cefee03abb054b6c15332b10d7
|
| 3 |
size 2200124472
|
recipe.yaml
CHANGED
|
@@ -17,3 +17,4 @@ quant_stage:
|
|
| 17 |
observer: memoryless_minmax
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
|
|
|
|
|
| 17 |
observer: memoryless_minmax
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
| 20 |
+
requires_calibration_data: true
|