readme: explicit paused image-only Space framing
Browse files
README.md
CHANGED
|
@@ -1,26 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title: CADGenBench eval (
|
| 3 |
colorFrom: gray
|
| 4 |
colorTo: gray
|
| 5 |
sdk: docker
|
| 6 |
pinned: false
|
| 7 |
license: apache-2.0
|
| 8 |
-
short_description:
|
| 9 |
---
|
| 10 |
|
| 11 |
# cadgenbench-eval-gpu
|
| 12 |
|
| 13 |
-
|
| 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 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|