[PR #255] [MERGED] Update llama cpp #15338

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/255
Author: @mxyng
Created: 8/1/2023
Status: Merged
Merged: 8/2/2023
Merged by: @mxyng

Base: mainHead: update-llama-cpp


📝 Commits (2)

📊 Changes

19 files changed (+2688 additions, -573 deletions)

View changed files

llama/ggml-alloc.c (+567 -0)
llama/ggml-alloc.h (+48 -0)
📝 llama/ggml-cuda.cu (+1740 -418)
📝 llama/ggml-cuda.h (+2 -1)
📝 llama/ggml-metal.h (+1 -1)
📝 llama/ggml-metal.m (+18 -17)
📝 llama/ggml-metal.metal (+5 -2)
📝 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 (+50 -27)
📝 llama/ggml.h (+13 -2)
📝 llama/k_quants.c (+33 -31)
📝 llama/k_quants.h (+1 -1)
📝 llama/llama-util.h (+1 -1)
📝 llama/llama.cpp (+198 -67)
📝 llama/llama.go (+5 -0)
📝 llama/llama.h (+2 -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/255 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/2/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `update-llama-cpp` --- ### 📝 Commits (2) - [`7a1c3e6`](https://github.com/ollama/ollama/commit/7a1c3e62dc6a55b2c6d48e2e20f6eaf1c0b27b44) update llama.cpp - [`74a5f7e`](https://github.com/ollama/ollama/commit/74a5f7e6988a13bb236233590432de9f7ad68f43) no gpu for 70B model ### 📊 Changes **19 files changed** (+2688 additions, -573 deletions) <details> <summary>View changed files</summary> ➕ `llama/ggml-alloc.c` (+567 -0) ➕ `llama/ggml-alloc.h` (+48 -0) 📝 `llama/ggml-cuda.cu` (+1740 -418) 📝 `llama/ggml-cuda.h` (+2 -1) 📝 `llama/ggml-metal.h` (+1 -1) 📝 `llama/ggml-metal.m` (+18 -17) 📝 `llama/ggml-metal.metal` (+5 -2) 📝 `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` (+50 -27) 📝 `llama/ggml.h` (+13 -2) 📝 `llama/k_quants.c` (+33 -31) 📝 `llama/k_quants.h` (+1 -1) 📝 `llama/llama-util.h` (+1 -1) 📝 `llama/llama.cpp` (+198 -67) 📝 `llama/llama.go` (+5 -0) 📝 `llama/llama.h` (+2 -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:12 -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#15338