Y
Hacker News
new
|
ask
|
show
|
jobs
by
schappim
691 days ago
What is the advantage of this over running: ollama run gemma2:2b ?
2 comments
mappu
691 days ago
ollama is a thin wrapper over llama.cpp, so i'd pose the opposite question - what does ollama give you over using llama.cpp directly?
link
schappim
691 days ago
Model management, customisable HTTP APIs, monitoring, security features, "parallel requests" (batch processing), no requirement for HF auth etc...
link
yjftsjthsd-h
691 days ago
Ease of use. Rather like arduino or like docker vs chroot/jails/zones, there's nothing wrong with just using the underlying tech, but lowering friction has value.
link
umtksa
691 days ago
and I tried both of them and ollama some how handled everything better for gemma2
link