[PR #13822] [CLOSED] Fir 1240 #40277

Closed
opened 2026-04-23 01:13:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13822
Author: @Nithyanand-G
Created: 1/21/2026
Status: Closed

Base: mainHead: FIR-1240


📝 Commits (10+)

  • 74e1e59 @FIR-1035: Update llama.cpp fir tsisw fork for ollama
  • 61b43e1 @FIR-1035: Updated first version of compilable code and updated to sdk-r0.2.0.
  • e20e229 @FIR-1035: Updated the llama.cpp to point to latets tsisw/llama.cpp.git
  • 9133c44 Merge pull request #1 from tsisw/FIR-1035
  • c52dc56 @FIR-1053: Add the changes to integrate the blobs, kernels and all tsi software as part of Ollama tar bundle
  • b1276f6 Merge pull request #2 from tsisw/FIR-1053
  • e81caad @FIR-1055: Add ability to install tsisw ollama automatically on ARM64 linux
  • f294368 Merge pull request #3 from tsisw/FIR-1055
  • bc1db27 @FIR-1059: Update the tsi-ollama-install.sh script to automatically setup systemd
  • 4d9159f Merge pull request #4 from tsisw/FIR-1059

📊 Changes

10 files changed (+4423 additions, -13 deletions)

View changed files

📝 CMakeLists.txt (+68 -0)
📝 Makefile.sync (+4 -4)
📝 discover/runner.go (+7 -0)
llama/patches/tsi-consolidated-patches.patch (+3857 -0)
📝 llm/server.go (+13 -9)
📝 ml/backend/ggml/ggml/.rsync-filter (+2 -0)
📝 server/routes.go (+3 -0)
tsi-ollama-bundle-posix.sh (+96 -0)
tsi-ollama-bundle.sh (+180 -0)
tsi-ollama-install.sh (+193 -0)

📄 Description

No description provided


🔄 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/13822 **Author:** [@Nithyanand-G](https://github.com/Nithyanand-G) **Created:** 1/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `FIR-1240` --- ### 📝 Commits (10+) - [`74e1e59`](https://github.com/ollama/ollama/commit/74e1e59715b990cef122a0389ade70f70065110b) @FIR-1035: Update llama.cpp fir tsisw fork for ollama - [`61b43e1`](https://github.com/ollama/ollama/commit/61b43e19c3e03e5e26ce70f30626ec3c7b4ef046) @FIR-1035: Updated first version of compilable code and updated to sdk-r0.2.0. - [`e20e229`](https://github.com/ollama/ollama/commit/e20e229b29ef27e9e3d08eff950e570ec846bf03) @FIR-1035: Updated the llama.cpp to point to latets tsisw/llama.cpp.git - [`9133c44`](https://github.com/ollama/ollama/commit/9133c444ef10a12ef41a7d4900988126772a5a18) Merge pull request #1 from tsisw/FIR-1035 - [`c52dc56`](https://github.com/ollama/ollama/commit/c52dc56d46b776fdc73ef46eae675bc6874a2053) @FIR-1053: Add the changes to integrate the blobs, kernels and all tsi software as part of Ollama tar bundle - [`b1276f6`](https://github.com/ollama/ollama/commit/b1276f65bb71b6c55ec9515d0912c70d0f4a92f0) Merge pull request #2 from tsisw/FIR-1053 - [`e81caad`](https://github.com/ollama/ollama/commit/e81caad113fc276361516a55f462422a6f89c372) @FIR-1055: Add ability to install tsisw ollama automatically on ARM64 linux - [`f294368`](https://github.com/ollama/ollama/commit/f294368b3ed0f0a3f2a27ca58b6748ed459baa9e) Merge pull request #3 from tsisw/FIR-1055 - [`bc1db27`](https://github.com/ollama/ollama/commit/bc1db279be728596e3f40881678c3586e816c02c) @FIR-1059: Update the tsi-ollama-install.sh script to automatically setup systemd - [`4d9159f`](https://github.com/ollama/ollama/commit/4d9159fc185750f09e98fc4ad6cd1fb7d98d1cfc) Merge pull request #4 from tsisw/FIR-1059 ### 📊 Changes **10 files changed** (+4423 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+68 -0) 📝 `Makefile.sync` (+4 -4) 📝 `discover/runner.go` (+7 -0) ➕ `llama/patches/tsi-consolidated-patches.patch` (+3857 -0) 📝 `llm/server.go` (+13 -9) 📝 `ml/backend/ggml/ggml/.rsync-filter` (+2 -0) 📝 `server/routes.go` (+3 -0) ➕ `tsi-ollama-bundle-posix.sh` (+96 -0) ➕ `tsi-ollama-bundle.sh` (+180 -0) ➕ `tsi-ollama-install.sh` (+193 -0) </details> ### 📄 Description _No description provided_ --- <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-23 01:13:05 -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#40277