curl -fsSL https://ollama.com/install.sh | sh
ollama pull glm-4.7-flash # or gpt-oss:20b (for better performance)
curl -fsSL https://claude.ai/install.sh | bash
ollama launch claude --model glm-4.7-flash # or ollama launch claude --model glm-4.7-flash gpt-oss:20b
I've followed this directive and all works but claude, one the first test command "write a python function to reverse a script" its been hyperspacing for 10mins+ Bare in mind i'm working the qwen2.5-coder:7b model. could this mean the model isnt comaptible with my hardware?