Created
February 14, 2026 18:19
-
-
Save sirkirby/c823e9a9505543f9b21ab3832b0ea1ea to your computer and use it in GitHub Desktop.
Ollama quick setup for OAK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install ollama and have homebrew run it as a service | |
| brew install ollama | |
| brew services start ollama | |
| # pull basic embedding model | |
| ollama pull nomic-embed-text | |
| # pull general llm, good for modest MBP | |
| ollama pull gemma3:12b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment