[PR #4366] [MERGED] case sensitive filepaths #73763

Closed
opened 2026-05-05 05:42:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4366
Author: @mxyng
Created: 5/11/2024
Status: Merged
Merged: 5/11/2024
Merged by: @jmorganca

Base: mainHead: mxyng/filepath


📝 Commits (1)

📊 Changes

2 files changed (+5 additions, -7 deletions)

View changed files

📝 types/model/name.go (+3 -5)
📝 types/model/name_test.go (+2 -2)

📄 Description

TODO: filenames can be case sensitive but filepaths should not. however this needs to be backwards compatible. it currently is not so fix the regression first

resolves #4346


🔄 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/4366 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/11/2024 **Status:** ✅ Merged **Merged:** 5/11/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `mxyng/filepath` --- ### 📝 Commits (1) - [`a53df8f`](https://github.com/ollama/ollama/commit/a53df8f8b350cd20c20753a75958006b7531e0f6) case sensitive filepaths ### 📊 Changes **2 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `types/model/name.go` (+3 -5) 📝 `types/model/name_test.go` (+2 -2) </details> ### 📄 Description TODO: filenames can be case sensitive but filepaths should not. however this needs to be backwards compatible. it currently is not so fix the regression first resolves #4346 --- <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-05-05 05:42:08 -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#73763