MacOS Run HF (HuggingFace) Model In Ollama, Part 1 (2025) (opens in new tab)
1) Install prerequisites A) Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" B) llama.cpp via Homebrew Get llama.cpp via brew: brew install llama.cpp Verify: llama-cli --version C) ollama via Homebrew There's an easy installer now instead of doing it the brew way. brew install ollama brew services start ollama Verify: ollama --version…
Read the original article