[PR #211] [MERGED] update llama.cpp #15314

Closed
opened 2026-04-16 04:55:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/211
Author: @mxyng
Created: 7/25/2023
Status: Merged
Merged: 7/27/2023
Merged by: @mxyng

Base: mainHead: update-llama-cpp


📝 Commits (2)

📊 Changes

18 files changed (+2607 additions, -1564 deletions)

View changed files

📝 api/types.go (+2 -0)
📝 llama/ggml-cuda.cu (+354 -108)
📝 llama/ggml-cuda.h (+1 -1)
📝 llama/ggml-metal.h (+8 -1)
📝 llama/ggml-metal.m (+214 -82)
📝 llama/ggml-metal.metal (+289 -210)
📝 llama/ggml-mpi.c (+1 -1)
📝 llama/ggml-mpi.h (+1 -1)
📝 llama/ggml-opencl.cpp (+1 -1)
📝 llama/ggml-opencl.h (+1 -1)
📝 llama/ggml.c (+724 -985)
📝 llama/ggml.h (+87 -21)
📝 llama/k_quants.c (+328 -4)
📝 llama/k_quants.h (+1 -1)
📝 llama/llama-util.h (+1 -1)
📝 llama/llama.cpp (+529 -136)
📝 llama/llama.go (+1 -0)
📝 llama/llama.h (+64 -10)

📄 Description

update to eb542d39324574a6778fad9ba9e34ba7a14a82a3


🔄 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/211 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `update-llama-cpp` --- ### 📝 Commits (2) - [`18ffeee`](https://github.com/ollama/ollama/commit/18ffeeec4518fd8345bb113c0099a3ff269da996) update llama.cpp - [`ad3a7d0`](https://github.com/ollama/ollama/commit/ad3a7d0e2cad1d9cdfe9ad72f14d3db1cbc4c720) add NumGQA ### 📊 Changes **18 files changed** (+2607 additions, -1564 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+2 -0) 📝 `llama/ggml-cuda.cu` (+354 -108) 📝 `llama/ggml-cuda.h` (+1 -1) 📝 `llama/ggml-metal.h` (+8 -1) 📝 `llama/ggml-metal.m` (+214 -82) 📝 `llama/ggml-metal.metal` (+289 -210) 📝 `llama/ggml-mpi.c` (+1 -1) 📝 `llama/ggml-mpi.h` (+1 -1) 📝 `llama/ggml-opencl.cpp` (+1 -1) 📝 `llama/ggml-opencl.h` (+1 -1) 📝 `llama/ggml.c` (+724 -985) 📝 `llama/ggml.h` (+87 -21) 📝 `llama/k_quants.c` (+328 -4) 📝 `llama/k_quants.h` (+1 -1) 📝 `llama/llama-util.h` (+1 -1) 📝 `llama/llama.cpp` (+529 -136) 📝 `llama/llama.go` (+1 -0) 📝 `llama/llama.h` (+64 -10) </details> ### 📄 Description update to eb542d39324574a6778fad9ba9e34ba7a14a82a3 --- <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:55:29 -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#15314