[PR #4380] [MERGED] use tokenize/detokenize #11473

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4380
Author: @mxyng
Created: 5/12/2024
Status: Merged
Merged: 5/29/2024
Merged by: @mxyng

Base: mainHead: mxyng/tokenize


📝 Commits (3)

📊 Changes

3 files changed (+66 additions, -242 deletions)

View changed files

📝 llm/ext_server/server.cpp (+9 -141)
📝 llm/llm.go (+45 -0)
📝 llm/server.go (+12 -101)

📄 Description

remove server's infill and system prompt which are unused


🔄 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/4380 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/12/2024 **Status:** ✅ Merged **Merged:** 5/29/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/tokenize` --- ### 📝 Commits (3) - [`26a00a0`](https://github.com/ollama/ollama/commit/26a00a04108f6cae625802e69faa4b48480bc208) use ffi for tokenizing/detokenizing - [`3e21799`](https://github.com/ollama/ollama/commit/3e21799377be10b2c0899c3d1d76c9f8f65928de) rm unused system prompt - [`de781b3`](https://github.com/ollama/ollama/commit/de781b37c8d10b1d56cc4d850f5d72314b1fc66a) rm unused infill ### 📊 Changes **3 files changed** (+66 additions, -242 deletions) <details> <summary>View changed files</summary> 📝 `llm/ext_server/server.cpp` (+9 -141) 📝 `llm/llm.go` (+45 -0) 📝 `llm/server.go` (+12 -101) </details> ### 📄 Description remove server's infill and system prompt which are unused --- <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:51 -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#11473