[PR #463] [MERGED] fix not forwarding last token #15435

Closed
opened 2026-04-16 04:59:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/463
Author: @mxyng
Created: 9/3/2023
Status: Merged
Merged: 9/5/2023
Merged by: @mxyng

Base: mxyng/rm-marshal-promptHead: mxyng/fix-last-token


📝 Commits (1)

  • 59a7055 fix not forwarding last token

📊 Changes

1 file changed (+23 additions, -45 deletions)

View changed files

📝 llm/ggml_llama.go (+23 -45)

📄 Description

llama.cpp server serves the last token along with stop: true

also remove unused fields


🔄 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/463 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `mxyng/rm-marshal-prompt` ← **Head:** `mxyng/fix-last-token` --- ### 📝 Commits (1) - [`59a7055`](https://github.com/ollama/ollama/commit/59a705525c91bfa407c2f5fa58eac33c109bdd4a) fix not forwarding last token ### 📊 Changes **1 file changed** (+23 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml_llama.go` (+23 -45) </details> ### 📄 Description llama.cpp server serves the last token along with `stop: true` also remove unused fields --- <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-16 04:59:15 -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#15435