docs: remove stale verification sha
Browse files
README.md
CHANGED
|
@@ -38,11 +38,9 @@ Live Space:
|
|
| 38 |
`python3 scripts/verify_compression_space.py --expected-sha <sha> --out reports/generated/compression_space/hf_space_verification.json`
|
| 39 |
validates HF runtime metadata, repo/runtime SHA agreement, API smoke, and
|
| 40 |
remote/local Space file parity.
|
| 41 |
-
- Fresh local
|
| 42 |
-
`reports/generated/compression_space/
|
| 43 |
-
|
| 44 |
-
`472c58c568ea71d9380e525f579037992adc3ca4`, including remote/local parity
|
| 45 |
-
for `app.py`.
|
| 46 |
- Latest live result: `/v1/compress` saved 28/70 estimated tokens;
|
| 47 |
managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
|
| 48 |
and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.
|
|
|
|
| 38 |
`python3 scripts/verify_compression_space.py --expected-sha <sha> --out reports/generated/compression_space/hf_space_verification.json`
|
| 39 |
validates HF runtime metadata, repo/runtime SHA agreement, API smoke, and
|
| 40 |
remote/local Space file parity.
|
| 41 |
+
- Fresh local receipts are written under
|
| 42 |
+
`reports/generated/compression_space/`; run the full verifier with the
|
| 43 |
+
current Space SHA to check runtime, API smoke, and remote/local file parity.
|
|
|
|
|
|
|
| 44 |
- Latest live result: `/v1/compress` saved 28/70 estimated tokens;
|
| 45 |
managed `inputs[]` returned `input_count=2`, `succeeded=2`, `failed=0`,
|
| 46 |
and `/v1/classify` returned KEEP-only DeBERTa tokenizer labels.
|