[PR #10254] FreeBSD patches #11929

Open
opened 2025-11-12 16:25:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10254
Author: @yurivict
Created: 4/13/2025
Status: 🔄 Open

Base: mainHead: FreeBSD


📝 Commits (4)

  • 784b2a9 FreeBSD patches
  • 22b848a Merge remote-tracking branch 'upstream/main' into FreeBSD
  • 962a7f1 Merge remote-tracking branch 'upstream/main'
  • 9af8b5a Adjustments

📊 Changes

5 files changed (+162 additions, -0 deletions)

View changed files

📝 discover/gpu.go (+1 -0)
discover/gpu_bsd.go (+151 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
llm/llm_freebsd.go (+7 -0)

📄 Description

ollama works on FreeBSD with these patches, with these caveats:

  1. 'ollama start' fails when DISPLAY is set
  2. 'ollama run' sometimes fails

🔄 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/10254 **Author:** [@yurivict](https://github.com/yurivict) **Created:** 4/13/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `FreeBSD` --- ### 📝 Commits (4) - [`784b2a9`](https://github.com/ollama/ollama/commit/784b2a9aa859e1d5a21728b9c6fa85a47395c774) FreeBSD patches - [`22b848a`](https://github.com/ollama/ollama/commit/22b848a38615cd2aca3fdf3551f0908e24c83529) Merge remote-tracking branch 'upstream/main' into FreeBSD - [`962a7f1`](https://github.com/ollama/ollama/commit/962a7f1819e95c7f08a53d567eba434eebfabc54) Merge remote-tracking branch 'upstream/main' - [`9af8b5a`](https://github.com/ollama/ollama/commit/9af8b5ab93897f231072fe066166723f17ae9776) Adjustments ### 📊 Changes **5 files changed** (+162 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `discover/gpu.go` (+1 -0) ➕ `discover/gpu_bsd.go` (+151 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) ➕ `llm/llm_freebsd.go` (+7 -0) </details> ### 📄 Description ollama works on FreeBSD with these patches, with these caveats: 1. 'ollama start' fails when DISPLAY is set 2. 'ollama run' sometimes fails --- <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 2025-11-12 16:25:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#11929