logoalt Hacker News

rancoryesterday at 8:19 PM2 repliesview on HN

FYI, llama-server can now be run in router mode so llama-swap is probably only needed for more exotic scenarios.


Replies

computershittoday at 12:19 AM

I’m using llama-swap because it can manage arbitrary backends, not just llama-server instances. I have llama.cpp chat and embedding models running alongside whisper-server all behind a single endpoint with per-model TTLs so they don't fight over the limited vram I have available on this box. Native routing could replace the llama.cpp part but not whisper so I guess I'm exotic ;)

kingo55yesterday at 9:39 PM

I'm running it in router mode, but people on Reddit were recommending people use llama-swap instead. Am I missing something by using router mode?

show 1 reply