[PR #250] [MERGED] Fixes #10063

Closed
opened 2026-04-12 22:50:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/250
Author: @mxyng
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @mxyng

Base: mainHead: fixes


📝 Commits (4)

📊 Changes

2 files changed (+18 additions, -6 deletions)

View changed files

📝 llama/llama.go (+1 -1)
📝 server/images.go (+17 -5)

📄 Description

  • Fix multiple LICENSE in Modelfile
  • Check error from filepath.Walk
  • fix build on Linux
  • remove unnecessary fmt.Sprintf

🔄 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/250 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `fixes` --- ### 📝 Commits (4) - [`319f078`](https://github.com/ollama/ollama/commit/319f078dd981d1a5cb3445db238683df9d1481d6) remove -Werror - [`70e0ab6`](https://github.com/ollama/ollama/commit/70e0ab6b3d5777e265bd96130d176ab2b1f9e86c) remove unnecessary fmt.Sprintf - [`203fdbc`](https://github.com/ollama/ollama/commit/203fdbc4b8b69f1ed291e41c4f535913f7b73acc) check err - [`8720116`](https://github.com/ollama/ollama/commit/872011630aeadc97e0e9d0b4e7d1d7f5de05e926) fix license ### 📊 Changes **2 files changed** (+18 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `llama/llama.go` (+1 -1) 📝 `server/images.go` (+17 -5) </details> ### 📄 Description - Fix multiple LICENSE in Modelfile - Check error from `filepath.Walk` - fix build on Linux - remove unnecessary `fmt.Sprintf` --- <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 22:50:54 -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#10063