wchen22 commited on
Commit
e4bdbeb
·
verified ·
1 Parent(s): 01f13f1

docs: avoid self-referential space sha

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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`, Space commit
32
- `b784d0bebf599cfb2b304f85158aba8fecf706a4`.
 
 
 
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