Mac OSでOllama server (4) Homebrew版ollamaアップデート失敗
Gemma 4 12B を使おうと思ったら、ollamaを最新版にせよというエラーがでるので、最新版にアップデートしようとしたら全然ダメだったはなし。
Error: 500 Internal Server Error: error starting llama-server: llama-server binary not found (checked: /opt/homebrew/Cellar/ollama/0.30.5/libexec/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/libexec/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/libexec/build/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/libexec/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/libexec/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.5/libexec/dist/darwin/llama-server, /opt/homebrew/var/build/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin/llama-server). Run 'cmake -S llama/server --preset cpu && cmake --build --preset cpu' first
そのままアップデートしようとしたのがダメなのか、他のページでもよく書かれている一旦全部削除してインストールせよというのもやってみた。
brew uninstall ollama
brew cleanup
brew install ollama
なんか、??だしHomebrewってこういうことあんまり気にしなくていいのではとおもい、macでのollamaでのサーバー計画をやっぱりやめることに。
llama.cppで今度は試そう。
コメント
コメントを投稿