Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +1 -0
config.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"quantization_status": "compressed",
|
| 56 |
"sparsity_config": {},
|
| 57 |
"transform_config": {},
|
| 58 |
-
"version": "0.17.2.
|
| 59 |
},
|
| 60 |
"rms_norm_eps": 1e-05,
|
| 61 |
"rope_parameters": {
|
|
|
|
| 55 |
"quantization_status": "compressed",
|
| 56 |
"sparsity_config": {},
|
| 57 |
"transform_config": {},
|
| 58 |
+
"version": "0.17.2.a20260727"
|
| 59 |
},
|
| 60 |
"rms_norm_eps": 1e-05,
|
| 61 |
"rope_parameters": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1246411368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0913e97297dfeb1e6248bf5433a6facfa04073235fc4ff25166830981dc19646
|
| 3 |
size 1246411368
|
recipe.yaml
CHANGED
|
@@ -5,6 +5,7 @@ default_stage:
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: W8A16
|
| 7 |
bypass_divisibility_checks: false
|
|
|
|
| 8 |
block_size: 128
|
| 9 |
dampening_frac: 0.01
|
| 10 |
offload_hessians: false
|
|
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: W8A16
|
| 7 |
bypass_divisibility_checks: false
|
| 8 |
+
requires_calibration_data: true
|
| 9 |
block_size: 128
|
| 10 |
dampening_frac: 0.01
|
| 11 |
offload_hessians: false
|