[PR #1308] [MERGED] split from into one or more models #41793

Closed
opened 2026-04-24 21:37:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1308
Author: @mxyng
Created: 11/28/2023
Status: Merged
Merged: 12/5/2023
Merged by: @mxyng

Base: mainHead: mxyng/split-from


📝 Commits (4)

📊 Changes

3 files changed (+233 additions, -83 deletions)

View changed files

📝 llm/ggml.go (+53 -24)
📝 llm/gguf.go (+109 -35)
📝 server/images.go (+71 -24)

📄 Description

this allows a single from line to contain multiple models, e.g. 2 in the case of llava models

this change adds a field model_families which is a replacement for the singular model_family. model_family will continue to exist for the time being


🔄 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/1308 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 11/28/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/split-from` --- ### 📝 Commits (4) - [`2cb0fa7`](https://github.com/ollama/ollama/commit/2cb0fa7d40dcc781a69ea1aebd474fe37153d935) split from into one or more models - [`998f178`](https://github.com/ollama/ollama/commit/998f1785b636b591147f73aef7cf70894771bfd4) add modelfamilies - [`72e7a49`](https://github.com/ollama/ollama/commit/72e7a49aa92c2c727df95f33bfd9b15e9caaae77) seek instead of copyn - [`5a5dca1`](https://github.com/ollama/ollama/commit/5a5dca13b2e94e693d445840cb196928878a4af9) comments ### 📊 Changes **3 files changed** (+233 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml.go` (+53 -24) 📝 `llm/gguf.go` (+109 -35) 📝 `server/images.go` (+71 -24) </details> ### 📄 Description this allows a single from line to contain multiple models, e.g. 2 in the case of llava models this change adds a field `model_families` which is a replacement for the singular `model_family`. `model_family` will continue to exist for the time being --- <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-24 21:37:08 -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#41793