[PR #82] [MERGED] windows build #41221

Closed
opened 2026-04-24 21:08:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/82
Author: @mxyng
Created: 7/15/2023
Status: Merged
Merged: 7/15/2023
Merged by: @mxyng

Base: mainHead: filepath


📝 Commits (2)

📊 Changes

4 files changed (+15 additions, -15 deletions)

View changed files

📝 cmd/cmd.go (+3 -3)
📝 llama/llama.go (+2 -2)
📝 server/models.go (+6 -6)
📝 server/routes.go (+4 -4)

📄 Description

make some minor changes so it builds on windows.

TODO:
moving the .*.part to the full file isn't working correctly but #78 will change how that works so temporary workaround is to copy the .*.part to the final name


🔄 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/82 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/15/2023 **Status:** ✅ Merged **Merged:** 7/15/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `filepath` --- ### 📝 Commits (2) - [`743e957`](https://github.com/ollama/ollama/commit/743e957d88eb94b36e326cd82ac72649a3d5474b) use filepath for os compat - [`0142660`](https://github.com/ollama/ollama/commit/0142660bd4ef778860d47dfaf7a6f51ff82bb348) size_t ### 📊 Changes **4 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+3 -3) 📝 `llama/llama.go` (+2 -2) 📝 `server/models.go` (+6 -6) 📝 `server/routes.go` (+4 -4) </details> ### 📄 Description make some minor changes so it builds on windows. TODO: moving the `.*.part` to the full file isn't working correctly but #78 will change how that works so temporary workaround is to copy the `.*.part` to the final name --- <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 21:08:22 -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#41221