michaelr27 HF Staff commited on
Commit
00204b3
·
verified ·
1 Parent(s): c633f76

readme: explicit paused image-only Space framing

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,26 +1,28 @@
1
  ---
2
- title: CADGenBench eval (GPU)
3
  colorFrom: gray
4
  colorTo: gray
5
  sdk: docker
6
  pinned: false
7
  license: apache-2.0
8
- short_description: GPU image for the CADGenBench eval HF Jobs pipeline.
9
  ---
10
 
11
  # cadgenbench-eval-gpu
12
 
13
- Image-only Docker Space. Provides the GPU container that the
14
- [CADGenBench leaderboard
15
- Space](https://huggingface.co/spaces/HuggingAI4Engineering/cadgenbench-leaderboard)
16
- pulls via `hf jobs run` to run the eval pipeline (alignment + render +
17
- metrics) for each submission.
18
 
19
- Not intended to be run as a Gradio / web app. The `CMD ["sleep",
20
- "infinity"]` only exists so the Space runtime starts without
21
- restart-flapping after the build; pause the Space after the first
22
- green build to avoid idle hardware cost. The built image stays cached
23
- on HF and remains pullable by Jobs while paused.
 
 
 
 
 
 
24
 
25
  Design + integration details:
26
  [`space-setup/jobs-migration.md`](https://github.com/huggingface/cadgenbench)
 
1
  ---
2
+ title: CADGenBench eval image (paused, image-only Space)
3
  colorFrom: gray
4
  colorTo: gray
5
  sdk: docker
6
  pinned: false
7
  license: apache-2.0
8
+ short_description: Image-only Space. Holds the GPU eval image for HF Jobs.
9
  ---
10
 
11
  # cadgenbench-eval-gpu
12
 
13
+ **This Space is intentionally Paused. It does not run an app.**
 
 
 
 
14
 
15
+ It exists only to host the GPU Docker image that the
16
+ [CADGenBench leaderboard](https://huggingface.co/spaces/HuggingAI4Engineering/cadgenbench-leaderboard)
17
+ pulls via `hf jobs run --image hf.co/spaces/HuggingAI4Engineering/cadgenbench-eval-gpu`
18
+ each time a submission lands. Eval runs in a per-submission HF Job
19
+ on `a10g-large`; this Space is just the storage backend for the
20
+ image (the same role GHCR or Docker Hub would play in another setup).
21
+
22
+ The Dockerfile + `eval_job.py` here are the entire source of truth
23
+ for what runs inside each eval. Browsing them is supported; opening
24
+ the live URL is not (the runtime is paused on purpose, the image is
25
+ still cached and pullable by Jobs).
26
 
27
  Design + integration details:
28
  [`space-setup/jobs-migration.md`](https://github.com/huggingface/cadgenbench)