Skip to content

Commit 95a9f2b

Browse files
committed
docs(miner): clarify /retry needs X-Lium-Api-Key and 5090 pin
1 parent a9c7ee8 commit 95a9f2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎docs/miner/troubleshooting.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Fast diagnosis for the public joinbase path. Prefer Prism OpenAPI error bodies w
1616
| **404** on `/v1/weights/latest` | No sealed epoch yet | Normal early/quiet network; shares apply on next seal |
1717
| Static reject / `rejected` | AST sandbox, single-module idiom, similarity, ladder | Fix two-script contract; start from `examples/tiny-1m` |
1818
| Score ~0 / fail | Step-0 anomaly, memorization gap, missing data contract | No pretrained weights; read only `ctx.data_dir`; write only `ctx.artifacts_dir` |
19+
| **409 `not_failed`** on `/retry` | Row is not `failed` | `/retry` only recovers **failed** rows. Re-POSTing the identical ZIP is `already-queued` (no new GPU). After infra failure: `POST .../retry` with **`X-Lium-Api-Key`** (hotkey/Bearer alone is not enough) |
20+
| **400 `missing_lium_api_key`** on `/retry` | Need another GPU rent | Pass `X-Lium-Api-Key` on live |
21+
| Non-5090 / slow tok/s vs peers | Marketplace drew another SKU | Prism hard-pins **1× RTX 5090**; non-5090 is rejected at rent (no silent score normalize) |
1922

2023
## 401 Unauthorized / 403 Forbidden
2124

0 commit comments

Comments
 (0)