

Yes, llama swap also give you a pretty web based statistics of all the calls and runs for every model with t/s and more statistics.
It’s pretty neat… You can also load and unload models manually, define groups for models that fit together in vram and so on.
It gives you that automation that people coming from ollama are used to.
under the hood all it does is running llama serve. You convert your models.ini to a yaml file 1:1 (plus a few more flexibility).








Seems more like ollama as approach. More easy but less optimized than llamacpp?