[PR #2246] [MERGED] Don't disable GPUs on arm without AVX #10831

Closed
opened 2026-04-12 23:12:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2246
Author: @dhiltgen
Created: 1/28/2024
Status: Merged
Merged: 1/29/2024
Merged by: @dhiltgen

Base: mainHead: reject_cuda_without_avx


📝 Commits (1)

  • 15562e8 Don't disable GPUs on arm without AVX

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 gpu/gpu.go (+4 -4)

📄 Description

AVX is an x86 feature, so ARM should be excluded from the check.

Related to #1979


🔄 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/2246 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 1/28/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `reject_cuda_without_avx` --- ### 📝 Commits (1) - [`15562e8`](https://github.com/ollama/ollama/commit/15562e887df7cd84ecb9f70f449ea487871cc9d8) Don't disable GPUs on arm without AVX ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `gpu/gpu.go` (+4 -4) </details> ### 📄 Description AVX is an x86 feature, so ARM should be excluded from the check. Related to #1979 --- <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-12 23:12:13 -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#10831