[PR #270] [MERGED] update llama.cpp #15343

Closed
opened 2026-04-16 04:56:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/270
Author: @mxyng
Created: 8/3/2023
Status: Merged
Merged: 8/3/2023
Merged by: @mxyng

Base: mainHead: update-llama-cpp


📝 Commits (1)

📊 Changes

19 files changed (+623 additions, -298 deletions)

View changed files

📝 llama/ggml-alloc.c (+1 -1)
📝 llama/ggml-alloc.h (+1 -1)
📝 llama/ggml-cuda.cu (+606 -276)
📝 llama/ggml-cuda.h (+1 -1)
📝 llama/ggml-metal.h (+1 -1)
📝 llama/ggml-metal.m (+1 -1)
📝 llama/ggml-metal.metal (+1 -1)
📝 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 (+1 -1)
📝 llama/ggml.h (+1 -1)
📝 llama/k_quants.c (+1 -1)
📝 llama/k_quants.h (+1 -1)
📝 llama/llama-util.h (+1 -1)
📝 llama/llama.cpp (+1 -1)
📝 llama/llama.go (+0 -5)
📝 llama/llama.h (+1 -1)

📄 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/270 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/3/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `update-llama-cpp` --- ### 📝 Commits (1) - [`c5bcf32`](https://github.com/ollama/ollama/commit/c5bcf32823ec9870ab4f65943cf611c42a88f1e9) update llama.cpp ### 📊 Changes **19 files changed** (+623 additions, -298 deletions) <details> <summary>View changed files</summary> 📝 `llama/ggml-alloc.c` (+1 -1) 📝 `llama/ggml-alloc.h` (+1 -1) 📝 `llama/ggml-cuda.cu` (+606 -276) 📝 `llama/ggml-cuda.h` (+1 -1) 📝 `llama/ggml-metal.h` (+1 -1) 📝 `llama/ggml-metal.m` (+1 -1) 📝 `llama/ggml-metal.metal` (+1 -1) 📝 `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` (+1 -1) 📝 `llama/ggml.h` (+1 -1) 📝 `llama/k_quants.c` (+1 -1) 📝 `llama/k_quants.h` (+1 -1) 📝 `llama/llama-util.h` (+1 -1) 📝 `llama/llama.cpp` (+1 -1) 📝 `llama/llama.go` (+0 -5) 📝 `llama/llama.h` (+1 -1) </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-16 04:56:20 -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#15343