Hacker News new | ask | show | jobs
by robotswantdata 79 days ago
Why are you using Ollama? Just use llama.cpp

brew install llama.cpp

use the inbuilt CLI, Server or Chat interface. + Hook it up to any other app

1 comments

For MLX I'd guess.
That also comes upstream from llama.cpp https://github.com/ggml-org/llama.cpp/discussions/4345
Does this have a CLI only interface?
Yes. You could also look at the README.md.