[PR #131] [MERGED] update llama.cpp to e782c9e735f93ab4767ffc37462c523b73a17ddc #10004

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/131
Author: @mxyng
Created: 7/19/2023
Status: Merged
Merged: 7/20/2023
Merged by: @mxyng

Base: mainHead: update-llama-cpp


📝 Commits (2)

  • 5156e48 add script to update llama.cpp
  • a83eaa7 update llama.cpp to e782c9e735f93ab4767ffc37462c523b73a17ddc

📊 Changes

13 files changed (+1769 additions, -650 deletions)

View changed files

📝 llama/ggml-cuda.cu (+563 -62)
📝 llama/ggml-cuda.h (+1 -1)
📝 llama/ggml-metal.h (+1 -1)
📝 llama/ggml-metal.m (+45 -35)
📝 llama/ggml-metal.metal (+390 -329)
📝 llama/ggml.c (+493 -159)
📝 llama/ggml.h (+49 -2)
📝 llama/k_quants.c (+1 -1)
📝 llama/k_quants.h (+9 -1)
📝 llama/llama-util.h (+4 -4)
📝 llama/llama.cpp (+120 -53)
📝 llama/llama.h (+32 -2)
llama/update-llama-cpp.sh (+61 -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/131 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/19/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `update-llama-cpp` --- ### 📝 Commits (2) - [`5156e48`](https://github.com/ollama/ollama/commit/5156e48c2ad0a17df2182152cdddde6a8045c0c5) add script to update llama.cpp - [`a83eaa7`](https://github.com/ollama/ollama/commit/a83eaa7a9f3b27c352b0c5c2f4e670062882abc8) update llama.cpp to e782c9e735f93ab4767ffc37462c523b73a17ddc ### 📊 Changes **13 files changed** (+1769 additions, -650 deletions) <details> <summary>View changed files</summary> 📝 `llama/ggml-cuda.cu` (+563 -62) 📝 `llama/ggml-cuda.h` (+1 -1) 📝 `llama/ggml-metal.h` (+1 -1) 📝 `llama/ggml-metal.m` (+45 -35) 📝 `llama/ggml-metal.metal` (+390 -329) 📝 `llama/ggml.c` (+493 -159) 📝 `llama/ggml.h` (+49 -2) 📝 `llama/k_quants.c` (+1 -1) 📝 `llama/k_quants.h` (+9 -1) 📝 `llama/llama-util.h` (+4 -4) 📝 `llama/llama.cpp` (+120 -53) 📝 `llama/llama.h` (+32 -2) ➕ `llama/update-llama-cpp.sh` (+61 -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-12 22:49:41 -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#10004