[PR #3833] [MERGED] fix: from blob #16559

Closed
opened 2026-04-16 05:34:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3833
Author: @mxyng
Created: 4/22/2024
Status: Merged
Merged: 4/24/2024
Merged by: @mxyng

Base: mainHead: mxyng/fix-from


📝 Commits (2)

  • ad66e5b split temp zip files
  • ac0801e only replace if it matches command

📊 Changes

1 file changed (+96 additions, -87 deletions)

View changed files

📝 cmd/cmd.go (+96 -87)

📄 Description

from calls replace all which may affect other parts of the model file. instead, replace just the line.

resolves #3685


🔄 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/3833 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/24/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-from` --- ### 📝 Commits (2) - [`ad66e5b`](https://github.com/ollama/ollama/commit/ad66e5b060c9bc316557c9089db1dc8c9ec6094e) split temp zip files - [`ac0801e`](https://github.com/ollama/ollama/commit/ac0801ecedec76492a8a024ad2f4fb84f80f001c) only replace if it matches command ### 📊 Changes **1 file changed** (+96 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+96 -87) </details> ### 📄 Description from calls replace all which may affect other parts of the model file. instead, replace just the line. resolves #3685 --- <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:34:50 -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#16559