Commit b4f07e7
Add a credential-file template and document how to run benchmarks concurrently
Concurrency has two independent constraints and separate keys only address one of
them.
Provider capacity is the one that bites, since the evaluation scope is nearly all
the traffic (~2.9M metered TPM per run against the optimizer's ~4k). Three
benchmarks share fireworks_ai/deepseek-v4-flash, swe-atlas-qna is Fireworks on a
different model, and gaia is the only non-Fireworks target -- so gaia pairs with
anything at near-zero contention while the deepseek trio stacks on one provider.
The single 502 upstream_error observed so far (1 in 4750 requests at 24 slots) was
Fireworks.
Per-key limits are the other: a distinct --env-file per concurrent run keeps a
per-key TPM/RPM throttle on one from starving another and keeps spend
attributable. Separate keys against the same provider account create no new
provider capacity. Modal sandbox capacity is a third ceiling again.
secrets.env.example documents the naming trap: the root .gitignore covers
secrets.env and *.secrets.env, so `fireworks-a.secrets.env` is protected but
`secrets.2.env` is not -- verified both ways.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 8c81082 commit b4f07e7
2 files changed
Lines changed: 53 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
285 | 305 | | |
286 | 306 | | |
287 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments