Ollama "connection refused" at port 11434 — this is almost never a network issue.It means:• Ollama crashed (OOM from a m...

Ollama "connection refused" at port 11434 — this is almost never a network issue.It means:• Ollama crashed (OOM from a model too large for your RAM)• The model is still loading and timed out• A zombie process is holding the portkill $(lsof -ti:11434) && ollama serveFor agents: you want automatic restart + context length checks before the crash.https://mechanicai.dev/blog/ollama-agent-debugging.php#Ollama #LocalAI #AI #LLM

Read Original

Related