IT-AI-Claude

From wiki.samerhijazi.net
Jump to navigation Jump to search

SRC

Run ollama

launchctl setenv OLLAMA_ORIGINS "*"
brew services start ollama.       ## To start ollama now and restart at login

Or, if you don't want/need a background service you can just run:
OLLAMA_FLASH_ATTENTION="1" OLLAMA_KV_CACHE_TYPE="q8_0" /opt/homebrew/opt/ollama/bin/ollama serve

--- or

export OLLAMA_ORIGINS="*"
ollama serve

--- or

ollama run gemma4

--- or

ollama launch claude --model gemma4