IT-AI-Claude
Jump to navigation
Jump to search
SRC
- https://anthropic.skilljar.com/claude-code-in-action
- https://ollama.com/
- https://deepmind.google/models/gemma/gemma-4/
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