Y
Hacker News
new
|
ask
|
show
|
jobs
by
pheggs
60 days ago
you can pull directly from huggingface with llama.cpp, and it also has a decent web chat included
1 comments
speedgoose
60 days ago
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?
link
dminik
60 days ago
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...
link
speedgoose
60 days ago
It only lacks the automatic FIFO loading/unloading then. Maybe it will be there in a few weeks.
link