[PR #6476] [CLOSED] fix: remove duplicated func call #74415

Closed
opened 2026-05-05 06:29:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6476
Author: @alwqx
Created: 8/23/2024
Status: Closed

Base: mainHead: fix/remove-duplicated-ProgressResponse


📝 Commits (1)

  • 3d3014a fix: remove duplicated func call

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 server/model.go (+0 -1)

📄 Description

Hi, fn(api.ProgressResponse{Status: "converting model"}) is called twice in line 101 and line 111. Just remove one.


🔄 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/6476 **Author:** [@alwqx](https://github.com/alwqx) **Created:** 8/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/remove-duplicated-ProgressResponse` --- ### 📝 Commits (1) - [`3d3014a`](https://github.com/ollama/ollama/commit/3d3014a73e8398b27c4cea38ef20736fd31294eb) fix: remove duplicated func call ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/model.go` (+0 -1) </details> ### 📄 Description Hi, `fn(api.ProgressResponse{Status: "converting model"})` is called twice in `line 101` and `line 111`. Just remove one. --- <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 06:29:11 -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#74415