Spaces:
Runtime error
Runtime error
docs: avoid self-referential space sha
Browse files
README.md
CHANGED
|
@@ -25,11 +25,12 @@ Endpoints:
|
|
| 25 |
Live Space:
|
| 26 |
|
| 27 |
- `https://wchen22-touchdown-compression-classifier.hf.space`
|
| 28 |
-
- Current deployed commit:
|
| 29 |
-
`b784d0bebf599cfb2b304f85158aba8fecf706a4`.
|
| 30 |
- Verified 2026-06-11 with HF CLI: runtime stage `RUNNING`, hardware
|
| 31 |
-
`cpu-basic`, domain `READY`
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
| 33 |
- Live smoke:
|
| 34 |
`python3 scripts/smoke_compression_api.py --base-url https://wchen22-touchdown-compression-classifier.hf.space --include-classify --include-batch`
|
| 35 |
validates `/health`, `/v1/classify`, single `/v1/compress`, and managed
|
|
|
|
| 25 |
Live Space:
|
| 26 |
|
| 27 |
- `https://wchen22-touchdown-compression-classifier.hf.space`
|
|
|
|
|
|
|
| 28 |
- Verified 2026-06-11 with HF CLI: runtime stage `RUNNING`, hardware
|
| 29 |
+
`cpu-basic`, domain `READY`.
|
| 30 |
+
- The app code is unchanged from
|
| 31 |
+
`b784d0bebf599cfb2b304f85158aba8fecf706a4`; README-only uploads may move the
|
| 32 |
+
Space repo SHA. Use `hf spaces info wchen22/touchdown-compression-classifier
|
| 33 |
+
--format json` for the current repo/runtime SHA.
|
| 34 |
- Live smoke:
|
| 35 |
`python3 scripts/smoke_compression_api.py --base-url https://wchen22-touchdown-compression-classifier.hf.space --include-classify --include-batch`
|
| 36 |
validates `/health`, `/v1/classify`, single `/v1/compress`, and managed
|