[PR #3126] [CLOSED] server: replace (":") in blob names with ("-") #16343

Closed
opened 2026-04-16 05:25:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3126
Author: @bmizerany
Created: 3/13/2024
Status: Closed

Base: mainHead: bmizerany/replacecolon


📄 Description

This commit fixes issues where manually moving blobs from one OS that allows colons in file paths to another OS that does not allow colons.

The fix is to replace colons with dashes in the blob names on ollama serve but before binding and serving the blobs, and then consistently use the dash-replaced blob names throughout other server operations.

Fixes #2032


🔄 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/3126 **Author:** [@bmizerany](https://github.com/bmizerany) **Created:** 3/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bmizerany/replacecolon` --- ### 📄 Description This commit fixes issues where manually moving blobs from one OS that allows colons in file paths to another OS that does not allow colons. The fix is to replace colons with dashes in the blob names on `ollama serve` but before binding and serving the blobs, and then consistently use the dash-replaced blob names throughout other server operations. Fixes #2032 --- <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-16 05:25:53 -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#16343