Michael Rabinovich Cursor commited on
Commit ·
682d3b0
1
Parent(s): 184438e
Bump CADGENBENCH_SHA to 037eade (GT answer-key edit diff)
Browse filesPicks up the GT "answer key" edit-diff report column + render helpers so
re-evaluated/new submissions generate the blue ground-truth turntable.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Dockerfile +1 -1
- README.md +1 -1
Dockerfile
CHANGED
|
@@ -51,7 +51,7 @@ RUN python -m venv "$VIRTUAL_ENV" \
|
|
| 51 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 52 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 53 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 54 |
-
ARG CADGENBENCH_SHA=
|
| 55 |
RUN python -m pip install --no-cache-dir \
|
| 56 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 57 |
|
|
|
|
| 51 |
# rebuild picks up the latest evaluator dependencies (including Open3D for
|
| 52 |
# alignment). Lock to a commit SHA at the v1 release for reproducible scores
|
| 53 |
# (see space-setup/post-gt-swap.md Stage F).
|
| 54 |
+
ARG CADGENBENCH_SHA=037eade
|
| 55 |
RUN python -m pip install --no-cache-dir \
|
| 56 |
"cadgenbench @ git+https://github.com/huggingface/cadgenbench.git@${CADGENBENCH_SHA}"
|
| 57 |
|
README.md
CHANGED
|
@@ -13,7 +13,7 @@ short_description: Image-only Space. Holds the GPU eval image for HF Jobs.
|
|
| 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/
|
| 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
|
|
|
|
| 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)
|
| 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
|