[PR #7657] [MERGED] fix(mllama): sync backend between batches #59175

Closed
opened 2026-04-29 14:04:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7657
Author: @mxyng
Created: 11/13/2024
Status: Merged
Merged: 11/14/2024
Merged by: @mxyng

Base: mainHead: mxyng/sync


📝 Commits (1)

  • 5b3393b fix(mllama): sync backend between batches

📊 Changes

2 files changed (+11 additions, -0 deletions)

View changed files

📝 llama/llama.go (+4 -0)
📝 llama/runner/runner.go (+7 -0)

📄 Description

On multi-GPUs and cross attention specifically, sync the backend between batches to ensure operations are complete before moving on

Resolves #7558


🔄 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/7657 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/sync` --- ### 📝 Commits (1) - [`5b3393b`](https://github.com/ollama/ollama/commit/5b3393b6a2920c4f410ee636777533c77752106e) fix(mllama): sync backend between batches ### 📊 Changes **2 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llama/llama.go` (+4 -0) 📝 `llama/runner/runner.go` (+7 -0) </details> ### 📄 Description On multi-GPUs and cross attention specifically, sync the backend between batches to ensure operations are complete before moving on Resolves #7558 --- <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-29 14:04:46 -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#59175