← back to Model Arena
auto-data-snapshot: 2026-09-23T09:31:43 (1 data files) — data/challenges.json
4793da407d6c76ef56d80672911bde58b9e2f61a · 2026-09-23 09:32:15 -0700 · auto-commit-fleet
Files touched
Diff
commit 4793da407d6c76ef56d80672911bde58b9e2f61a
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date: Wed Sep 23 09:32:15 2026 -0700
auto-data-snapshot: 2026-09-23T09:31:43 (1 data files) — data/challenges.json
---
data/challenges.json | 73 +++++++++++++++++++++++++++++++++++-----------------
1 file changed, 49 insertions(+), 24 deletions(-)
diff --git a/data/challenges.json b/data/challenges.json
index 34d9df9..ade6329 100644
--- a/data/challenges.json
+++ b/data/challenges.json
@@ -92068,24 +92068,24 @@
{
"model": "mac1__minicpm-v-latest",
"status": "error",
- "error": "server restarted mid-run",
+ "error": "server restarted mid-run (gave up after 4 resumes)",
"seconds": 0,
"cost": null,
"started_at": null,
"finished_at": null,
"queued_at": "2026-09-22T15:14:28.160Z",
- "resumes": 1
+ "resumes": 5
},
{
"model": "mac1__qwen2-5vl-7b",
"status": "error",
- "error": "server restarted mid-run",
+ "error": "server restarted mid-run (gave up after 4 resumes)",
"seconds": 0,
"cost": null,
"started_at": null,
"finished_at": null,
"queued_at": "2026-09-22T15:14:28.200Z",
- "resumes": 1
+ "resumes": 5
}
],
"aiPick": null
@@ -92126,24 +92126,24 @@
{
"model": "mac1__minicpm-v-latest",
"status": "error",
- "error": "server restarted mid-run",
+ "error": "server restarted mid-run (gave up after 4 resumes)",
"seconds": 0,
"cost": null,
"started_at": null,
"finished_at": null,
"queued_at": "2026-09-22T15:18:45.708Z",
- "resumes": 1
+ "resumes": 5
},
{
"model": "mac1__qwen2-5vl-7b",
"status": "error",
- "error": "server restarted mid-run",
+ "error": "server restarted mid-run (gave up after 4 resumes)",
"seconds": 0,
"cost": null,
"started_at": null,
"finished_at": null,
"queued_at": "2026-09-22T15:18:45.823Z",
- "resumes": 1
+ "resumes": 5
}
],
"aiPick": null
@@ -93116,43 +93116,68 @@
"runs": [
{
"model": "qwen3-14b",
- "status": "error",
- "error": "never started — model host busy/down",
+ "status": "held",
+ "error": null,
"seconds": 0,
"cost": null,
"started_at": null,
- "finished_at": "2026-09-23T15:46:18.785Z",
- "queued_at": "2026-09-22T16:24:00.827Z"
+ "finished_at": null,
+ "queued_at": "2026-09-22T16:24:00.827Z",
+ "held_at": "2026-09-23T16:24:54.130Z"
},
{
"model": "qwen25-7b",
- "status": "error",
- "error": "never started — model host busy/down",
+ "status": "held",
+ "error": null,
"seconds": 0,
"cost": null,
"started_at": null,
- "finished_at": "2026-09-23T15:46:18.785Z",
- "queued_at": "2026-09-22T16:24:00.841Z"
+ "finished_at": null,
+ "queued_at": "2026-09-22T16:24:00.841Z",
+ "held_at": "2026-09-23T16:24:54.260Z"
},
{
"model": "mac1__minicpm-v-latest",
- "status": "error",
- "error": "never started — model host busy/down",
+ "status": "held",
+ "error": null,
"seconds": 0,
"cost": null,
"started_at": null,
- "finished_at": "2026-09-23T15:46:18.785Z",
- "queued_at": "2026-09-22T16:24:00.859Z"
+ "finished_at": null,
+ "queued_at": "2026-09-22T16:24:00.859Z",
+ "held_at": "2026-09-23T16:24:54.378Z"
},
{
"model": "mac1__qwen2-5vl-7b",
- "status": "error",
- "error": "never started — model host busy/down",
+ "status": "held",
+ "error": null,
"seconds": 0,
"cost": null,
"started_at": null,
- "finished_at": "2026-09-23T15:46:18.785Z",
- "queued_at": "2026-09-22T16:24:00.871Z"
+ "finished_at": null,
+ "queued_at": "2026-09-22T16:24:00.871Z",
+ "held_at": "2026-09-23T16:24:54.497Z"
+ }
+ ]
+ },
+ {
+ "id": "768f69ba0e8d",
+ "title": "Test Hold Status",
+ "prompt": "Create a simple color picker demo",
+ "category": "Test",
+ "designTools": false,
+ "created_at": "2026-09-23T16:14:55.081Z",
+ "winner": null,
+ "runs": [
+ {
+ "model": "qwen3-14b",
+ "status": "held",
+ "error": null,
+ "seconds": null,
+ "cost": null,
+ "started_at": null,
+ "finished_at": null,
+ "held_at": "2026-09-23T16:14:55.322Z"
}
]
}
← 90091ac Fix keepalive wrapper: prepend /opt/homebrew/bin to PATH (la
·
back to Model Arena
·
Show held runs in UI: banner + release button, wired to Stev e06321d →