logoalt Hacker News

speedgoosetoday at 6:55 AM1 replyview on HN

Does it have a model registry with an API and hot swapping or you still have to use sometime like llama swap as suggested in the article ? Or is it CLI?


Replies

dminiktoday at 7:08 AM

You can have multiple models served now with loading/unloading with just the server binary.

https://github.com/ggml-org/llama.cpp/blob/master/tools/serv...

show 1 reply