Hi! Really excited to use this.
However, I ran into some issues. Here's what I've done:
curl -fsSL https://ollama.com/install.sh | sh — installed fine
ollama run llama3.2:3b — pulled fine, I can talk to the model. If I quit with Ctrl + C, when I try ollama run llama3.2:3b again, it works fine.
curl -fsSL https://raw.githubusercontent.com/dontizi/rlama/main/install.sh | sh — installed fine, but complained about Ollama not running
ollama serve in a separate terminal — started serving
- Went to
http://localhost:11434 in my browser: It says "Ollama is running"
rlama install-dependencies — installed fine, said ✅ All Python dependencies installed successfully in virtual environment!, but again complained about Ollama not running.
rlama wizard — hangs for solid ten seconds, then complains that it can't connect to Ollama. Meanwhile, Ollama is running and is accessible. Ollama request log is empty. If I run ollama directly, requests are being shown, so Ollama works and logs requests correctly.
rlama --host localhost --port 11434 wizard, rlama --host 127.0.0.1 --port 11434 wizard — same error.
What am I doing wrong? RLAMA version 0.1.39. I'm using Ubuntu 24.
Hi! Really excited to use this.
However, I ran into some issues. Here's what I've done:
curl -fsSL https://ollama.com/install.sh | sh— installed fineollama run llama3.2:3b— pulled fine, I can talk to the model. If I quit with Ctrl + C, when I tryollama run llama3.2:3bagain, it works fine.curl -fsSL https://raw.githubusercontent.com/dontizi/rlama/main/install.sh | sh— installed fine, but complained about Ollama not runningollama servein a separate terminal — started servinghttp://localhost:11434in my browser: It says "Ollama is running"rlama install-dependencies— installed fine, said✅ All Python dependencies installed successfully in virtual environment!, but again complained about Ollama not running.rlama wizard— hangs for solid ten seconds, then complains that it can't connect to Ollama. Meanwhile, Ollama is running and is accessible. Ollama request log is empty. If I run ollama directly, requests are being shown, so Ollama works and logs requests correctly.rlama --host localhost --port 11434 wizard,rlama --host 127.0.0.1 --port 11434 wizard— same error.What am I doing wrong? RLAMA version 0.1.39. I'm using Ubuntu 24.