Upload folder using huggingface_hub
Browse files- config.json +1 -1
- recipe.yaml +1 -0
config.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
| 122 |
"quantization_status": "compressed",
|
| 123 |
"sparsity_config": {},
|
| 124 |
"transform_config": {},
|
| 125 |
-
"version": "0.17.2.
|
| 126 |
},
|
| 127 |
"rms_norm_eps": 1e-06,
|
| 128 |
"rope_parameters": {
|
|
|
|
| 122 |
"quantization_status": "compressed",
|
| 123 |
"sparsity_config": {},
|
| 124 |
"transform_config": {},
|
| 125 |
+
"version": "0.17.2.a20260727"
|
| 126 |
},
|
| 127 |
"rms_norm_eps": 1e-06,
|
| 128 |
"rope_parameters": {
|
recipe.yaml
CHANGED
|
@@ -5,3 +5,4 @@ default_stage:
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: FP8_DYNAMIC
|
| 7 |
bypass_divisibility_checks: false
|
|
|
|
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: FP8_DYNAMIC
|
| 7 |
bypass_divisibility_checks: false
|
| 8 |
+
requires_calibration_data: false
|