Commit 73e1467
[AMD][AgentX] kimik3: add fp8retry arm (none c[1,16] + vllm-simple-fp8 c8)
Retries the two cells that died in run 30453589555 and adds none c16.
Both deaths were GPU faults (hipErrorUnknown), not timeouts. No guard was
close to firing: VLLM_EXECUTE_MODEL_TIMEOUT_SECONDS=1200 against a ~180s
stall, warmup-grace-period 1800 against 420s elapsed, and the only "timeout"
strings in the server log are source lines inside the traceback. A timeout
would also not surface as hipErrorUnknown.
GPU faults have hit every arm on this cluster today -- bf16 kvnone on
g11/g17/g18/g19, fp8 kvnone on g10, fp8 + offload connector on g11 and g19 --
so both cells are retried unchanged rather than "fixed". The offload cell was
measurably slower before it died (2.7x longer to 5 completions than the
no-connector run at the same concurrency), but slowness did not kill it, and
that is a throughput question to settle with a number rather than a config
change.
none c16 is new. The no-offload arm has never been measured above c8, and fp8
roughly halves KV bytes per token, so the concurrency ceiling should have
moved; bf16 collapsed at c16 (588 tok/s/GPU, TTFT 295s) and this checks
whether fp8 changes that.
Also corrects the KV_CACHE_DTYPE header comment, which still claimed a
default of auto after acd6d30 made fp8 the default.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent d037bad commit 73e1467
2 files changed
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
732 | 759 | | |
733 | 760 | | |
734 | 761 | | |
| |||
0 commit comments