[PR #10413] [CLOSED] wip: write tensors in parallel #39107

Closed
opened 2026-04-22 23:45:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10413
Author: @mxyng
Created: 4/25/2025
Status: Closed

Base: mainHead: mxyng/parallel-write-blobs


📝 Commits (3)

  • 588a97d create blobs in parallel
  • b0f28d1 default max term height
  • 34ae807 wip: write tensors in parallel

📊 Changes

6 files changed (+92 additions, -56 deletions)

View changed files

📝 cmd/cmd.go (+33 -14)
📝 cmd/cmd_test.go (+1 -1)
📝 convert/convert.go (+11 -11)
📝 fs/ggml/gguf.go (+30 -27)
📝 progress/bar.go (+1 -1)
📝 progress/progress.go (+16 -2)

📄 Description

No description provided


🔄 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/10413 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 4/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/parallel-write-blobs` --- ### 📝 Commits (3) - [`588a97d`](https://github.com/ollama/ollama/commit/588a97dbef60a2410cb5201c4b742d10c3761f61) create blobs in parallel - [`b0f28d1`](https://github.com/ollama/ollama/commit/b0f28d178ad4e6325e418b3a94b5c5154e4a292e) default max term height - [`34ae807`](https://github.com/ollama/ollama/commit/34ae8077d1ea741e1a4b934e53636d26459d4f16) wip: write tensors in parallel ### 📊 Changes **6 files changed** (+92 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+33 -14) 📝 `cmd/cmd_test.go` (+1 -1) 📝 `convert/convert.go` (+11 -11) 📝 `fs/ggml/gguf.go` (+30 -27) 📝 `progress/bar.go` (+1 -1) 📝 `progress/progress.go` (+16 -2) </details> ### 📄 Description _No description provided_ --- <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-22 23:45:20 -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#39107