[PR #2966] [MERGED] Add ROCm support to linux install script #42264

Closed
opened 2026-04-24 22:03:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2966
Author: @dhiltgen
Created: 3/7/2024
Status: Merged
Merged: 3/15/2024
Merged by: @jmorganca

Base: mainHead: rocm_install


📝 Commits (1)

  • 5e109f2 Add ROCm support to linux install script

📊 Changes

2 files changed (+43 additions, -11 deletions)

View changed files

📝 docs/troubleshooting.md (+5 -4)
📝 scripts/install.sh (+38 -7)

📄 Description

Merge after #2885 and the release is out to avoid users with rocm failing to install due to the dependency file not being available yet.

This depends on corresponding path changes in PR #3008

Prior to merging this, folks who want to install the pre-release on Radeon systems can use the following:

curl -fsSL https://raw.githubusercontent.com/dhiltgen/ollama/rocm_install/scripts/install.sh  | OLLAMA_VERSION="0.1.29" sh

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/2966 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `rocm_install` --- ### 📝 Commits (1) - [`5e109f2`](https://github.com/ollama/ollama/commit/5e109f20850953b040527b7f7996535bd3c133fe) Add ROCm support to linux install script ### 📊 Changes **2 files changed** (+43 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/troubleshooting.md` (+5 -4) 📝 `scripts/install.sh` (+38 -7) </details> ### 📄 Description Merge after #2885 and the release is out to avoid users with rocm failing to install due to the dependency file not being available yet. This depends on corresponding path changes in PR #3008 Prior to merging this, folks who want to install the pre-release on Radeon systems can use the following: ``` curl -fsSL https://raw.githubusercontent.com/dhiltgen/ollama/rocm_install/scripts/install.sh | OLLAMA_VERSION="0.1.29" sh ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 22:03:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#42264