Multi-model on one node: 79GB idle GPU memory reclaimed with sub-200ms warmups

ahstanin · reddit · 2026-09-12

A Reddit writeup on single-node multi-model serving: running a 27B LLM (FP8) alongside STT, TTS and OCR models idled at 122GB GPU memory, mostly SGLang KV-cache preallocation and static buffers. Since audio/vision models are mutually exclusive and the LLM sits idle during tool calls, the author built a Rust daemon that flushes dynamic memory on idle while keeping process residency.

Results:

Related event: Rust Daemon Sleeps Idle Models, Cutting VRAM from 122GB to 43GB(3 posts)→

Original post →

More from Infra

Infra channel →