[GH-ISSUE #7508] Manual ollama update doesn't work #51286

Closed
opened 2026-04-28 19:16:28 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ExposedCat on GitHub (Nov 5, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7508

What is the issue?

According to docs, after downloading release, this is a last step to update ollama manually:

sudo tar -C /usr -xzf ollama-linux-amd64-rocm.tgz

However, ollama version remains unchanged even after ollama service restart

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

0.3.14

Originally created by @ExposedCat on GitHub (Nov 5, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7508 ### What is the issue? According to docs, after downloading release, this is a last step to update ollama manually: ```bash sudo tar -C /usr -xzf ollama-linux-amd64-rocm.tgz ``` However, ollama version remains unchanged even after `ollama` service restart ### OS Linux ### GPU AMD ### CPU AMD ### Ollama version 0.3.14
GiteaMirror added the installquestionamdlinux labels 2026-04-28 19:16:29 -05:00
Author
Owner

@rick-github commented on GitHub (Nov 5, 2024):

Note that you are mixing two different install methods here, but if you want to override the binary from the normal curl|sh method, you need to use the path where that was installed.

sudo tar -C /usr/local -xzf ollama-linux-amd64-rocm.tgz
<!-- gh-comment-id:2457074768 --> @rick-github commented on GitHub (Nov 5, 2024): Note that you are mixing two different install methods here, but if you want to override the binary from the normal `curl|sh` method, you need to use the path where that was installed. ``` sudo tar -C /usr/local -xzf ollama-linux-amd64-rocm.tgz ```
Author
Owner

@dhiltgen commented on GitHub (Nov 5, 2024):

https://github.com/ollama/ollama/blob/main/docs/linux.md#amd-gpu-install

Perhaps we should have the "also" in bold - to clarify, the rocm tgz contains only the rocm libraries, but not ollama itself. You'll need to extract both ollama-linux-arm64.tgz and ollama-linux-amd64-rocm.tgz

We try to keep this simple by taking care of the complexity in the install script.

<!-- gh-comment-id:2457646239 --> @dhiltgen commented on GitHub (Nov 5, 2024): https://github.com/ollama/ollama/blob/main/docs/linux.md#amd-gpu-install Perhaps we should have the "also" in bold - to clarify, the rocm tgz contains **only** the rocm libraries, but not ollama itself. You'll need to extract **both** ollama-linux-arm64.tgz and ollama-linux-amd64-rocm.tgz We try to keep this simple by taking care of the complexity in the install script.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#51286