[PR #4330] [MERGED] cache and reuse intermediate blobs #11463

Closed
opened 2026-04-12 23:30:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4330
Author: @mxyng
Created: 5/10/2024
Status: Merged
Merged: 5/20/2024
Merged by: @mxyng

Base: mainHead: mxyng/cache-intermediate-layers


📝 Commits (1)

  • 3520c0e cache and reuse intermediate blobs

📊 Changes

4 files changed (+53 additions, -18 deletions)

View changed files

📝 server/images.go (+24 -3)
📝 server/layer.go (+1 -1)
📝 server/model.go (+9 -14)
📝 server/routes.go (+19 -0)

📄 Description

particularly useful for zipfiles and f16s


🔄 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/4330 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/10/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/cache-intermediate-layers` --- ### 📝 Commits (1) - [`3520c0e`](https://github.com/ollama/ollama/commit/3520c0e4d5c1cc845d178ec080b0967d18cf1796) cache and reuse intermediate blobs ### 📊 Changes **4 files changed** (+53 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+24 -3) 📝 `server/layer.go` (+1 -1) 📝 `server/model.go` (+9 -14) 📝 `server/routes.go` (+19 -0) </details> ### 📄 Description particularly useful for zipfiles and f16s --- <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-12 23:30:42 -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#11463