(no title)
anhner
|
1 month ago
It offers a GUI for easier configuration and management of models, and it allows you to store/load models as .gguf something ollama doesn't do (it stores the models across multiple files - and yes, I know you can load a .gguf in ollama but it still makes a copy in its weird format so now I need to either have a duplicate on my drive or delete my original .gguf)
hnlmorg|1 month ago
atwrk|1 month ago
llama.cpp is the actual engine running the llms, ollama is a wrapper around it.