[PR #350] [MERGED] update llama.cpp #10115

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

📋 Pull Request Information

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

Base: mainHead: update-llama-cpp


📝 Commits (1)

📊 Changes

18 files changed (+115 additions, -58 deletions)

View changed files

📝 llm/ggml-alloc.c (+1 -1)
📝 llm/ggml-alloc.h (+1 -1)
📝 llm/ggml-cuda.cu (+69 -27)
📝 llm/ggml-cuda.h (+1 -1)
📝 llm/ggml-metal.h (+1 -1)
📝 llm/ggml-metal.m (+4 -4)
📝 llm/ggml-metal.metal (+1 -1)
📝 llm/ggml-mpi.c (+1 -1)
📝 llm/ggml-mpi.h (+1 -1)
📝 llm/ggml-opencl.cpp (+1 -1)
📝 llm/ggml-opencl.h (+1 -1)
📝 llm/ggml.c (+1 -1)
📝 llm/ggml.h (+1 -1)
📝 llm/k_quants.c (+1 -1)
📝 llm/k_quants.h (+1 -1)
📝 llm/llama-util.h (+21 -12)
📝 llm/llama.cpp (+7 -1)
📝 llm/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/350 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `update-llama-cpp` --- ### 📝 Commits (1) - [`f7b6133`](https://github.com/ollama/ollama/commit/f7b613332c347f47a4f337b73ee9d66e6d62b51c) update llama.cpp ### 📊 Changes **18 files changed** (+115 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml-alloc.c` (+1 -1) 📝 `llm/ggml-alloc.h` (+1 -1) 📝 `llm/ggml-cuda.cu` (+69 -27) 📝 `llm/ggml-cuda.h` (+1 -1) 📝 `llm/ggml-metal.h` (+1 -1) 📝 `llm/ggml-metal.m` (+4 -4) 📝 `llm/ggml-metal.metal` (+1 -1) 📝 `llm/ggml-mpi.c` (+1 -1) 📝 `llm/ggml-mpi.h` (+1 -1) 📝 `llm/ggml-opencl.cpp` (+1 -1) 📝 `llm/ggml-opencl.h` (+1 -1) 📝 `llm/ggml.c` (+1 -1) 📝 `llm/ggml.h` (+1 -1) 📝 `llm/k_quants.c` (+1 -1) 📝 `llm/k_quants.h` (+1 -1) 📝 `llm/llama-util.h` (+21 -12) 📝 `llm/llama.cpp` (+7 -1) 📝 `llm/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-12 22:52:02 -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#10115