Files
foxhunt/crates
jgrusewski 3d53735363 fix: cap auto batch_size at 8192 — prevents 2M+ nonsense on H100
AutoBatchSizer computes raw VRAM ceiling which can be millions on 80GB.
Cap at 8192: saturates H100 132 SMs for our GEMM sizes (80x256x128),
diminishing returns above this for DQN gradient quality.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 14:51:58 +02:00
..