[PR #351] [MERGED] use loaded llm for generating model file embeddings #10116

Closed
opened 2026-04-12 22:52:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/351
Author: @BruceMacD
Created: 8/15/2023
Status: Merged
Merged: 8/15/2023
Merged by: @BruceMacD

Base: mainHead: brucemacd/embed-loaded-llm


📝 Commits (1)

  • 326de48 use loaded llm for embeddings

📊 Changes

2 files changed (+17 additions, -25 deletions)

View changed files

📝 server/images.go (+14 -24)
📝 server/routes.go (+3 -1)

📄 Description

use the llm loader when generating embeddings for a modelfile rather than loading a new llm into memory

resolves #310


🔄 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/351 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/embed-loaded-llm` --- ### 📝 Commits (1) - [`326de48`](https://github.com/ollama/ollama/commit/326de489307b5d8115e216148a17abae6ee940aa) use loaded llm for embeddings ### 📊 Changes **2 files changed** (+17 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+14 -24) 📝 `server/routes.go` (+3 -1) </details> ### 📄 Description use the llm loader when generating embeddings for a modelfile rather than loading a new llm into memory resolves #310 --- <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 22:52:03 -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#10116