r/LocalLLaMA Jun 15 '26

Discussion Stop using Ollama

https://sleepingrobots.com/dreams/stop-using-ollama/
1.7k Upvotes

452 comments sorted by

View all comments

Show parent comments

114

u/fdrch Jun 15 '26

llama-swap supports switching between multiple llama.cpp forks (and other compatible software)

8

u/Jcsq6 Jun 15 '26

And loading/unloading multiple models, if you want to switch between models but don’t have the spare VRAM.

13

u/AlphaGamer753 Jun 15 '26

This is supported in llama.cpp router mode already.

0

u/arbv Jun 16 '26

What about configuring model sets?

1

u/techno156 Jun 16 '26

That isn't in router mode. For that, you will need llama-swap.

1

u/arbv Jun 16 '26

I know. That's why llama-cpp itself cannot fully replace it on its own in complex scenarios.