[PR #7957] [MERGED] merge llama/ggml into ml/backend/ggml #59266

Closed
opened 2026-04-29 14:12:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7957
Author: @mxyng
Created: 12/5/2024
Status: Merged
Merged: 1/10/2025
Merged by: @mxyng

Base: mxyng/nextHead: mxyng/next-ggml


📝 Commits (5)

📊 Changes

499 files changed (+5091 additions, -79302 deletions)

View changed files

CMakeLists.txt (+69 -0)
Dockerfile2 (+66 -0)
Makefile (+0 -105)
Makefile2 (+46 -0)
📝 fs/ggml/ggml.go (+26 -5)
📝 fs/ggml/gguf.go (+1 -1)
📝 llama/README.md (+1 -2)
llama/amx.h (+0 -46)
llama/ggml-aarch64.h (+0 -45)
llama/ggml-blas.h (+0 -51)
llama/ggml-cuda/acc.cuh (+0 -31)
llama/ggml-cuda/arange.cu (+0 -60)
llama/ggml-cuda/arange.cuh (+0 -31)
llama/ggml-cuda/argmax.cuh (+0 -29)
llama/ggml-cuda/argsort.cuh (+0 -29)
llama/ggml-cuda/binbcast.cuh (+0 -35)
llama/ggml-cuda/clamp.cu (+0 -60)
llama/ggml-cuda/clamp.cuh (+0 -31)
llama/ggml-cuda/concat.cuh (+0 -31)
llama/ggml-cuda/conv-transpose-1d.cuh (+0 -31)

...and 80 more files

📄 Description

Branched from #7954 and #7875


🔄 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/7957 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `mxyng/next` ← **Head:** `mxyng/next-ggml` --- ### 📝 Commits (5) - [`474f6c9`](https://github.com/ollama/ollama/commit/474f6c9c95e26816fca1b14a8b6c7942ea0e9170) preserve vendor directory structure - [`a50d350`](https://github.com/ollama/ollama/commit/a50d350a77d319fd5b26a1dd48e78671411e82fd) build: recursive make ggml-cuda - [`582e0f4`](https://github.com/ollama/ollama/commit/582e0f49126dd8b999d6234784d5dc3bfdd9e55c) backend libraries - [`35d5d89`](https://github.com/ollama/ollama/commit/35d5d89849e4528a11896beec0834d5f94d1fdfd) llama.cpp subdirs - [`09935d3`](https://github.com/ollama/ollama/commit/09935d3c88763198cf55b2ac950749911cf1e472) add log sink ### 📊 Changes **499 files changed** (+5091 additions, -79302 deletions) <details> <summary>View changed files</summary> ➕ `CMakeLists.txt` (+69 -0) ➕ `Dockerfile2` (+66 -0) ➖ `Makefile` (+0 -105) ➕ `Makefile2` (+46 -0) 📝 `fs/ggml/ggml.go` (+26 -5) 📝 `fs/ggml/gguf.go` (+1 -1) 📝 `llama/README.md` (+1 -2) ➖ `llama/amx.h` (+0 -46) ➖ `llama/ggml-aarch64.h` (+0 -45) ➖ `llama/ggml-blas.h` (+0 -51) ➖ `llama/ggml-cuda/acc.cuh` (+0 -31) ➖ `llama/ggml-cuda/arange.cu` (+0 -60) ➖ `llama/ggml-cuda/arange.cuh` (+0 -31) ➖ `llama/ggml-cuda/argmax.cuh` (+0 -29) ➖ `llama/ggml-cuda/argsort.cuh` (+0 -29) ➖ `llama/ggml-cuda/binbcast.cuh` (+0 -35) ➖ `llama/ggml-cuda/clamp.cu` (+0 -60) ➖ `llama/ggml-cuda/clamp.cuh` (+0 -31) ➖ `llama/ggml-cuda/concat.cuh` (+0 -31) ➖ `llama/ggml-cuda/conv-transpose-1d.cuh` (+0 -31) _...and 80 more files_ </details> ### 📄 Description Branched from #7954 and #7875 --- <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-29 14:12:42 -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#59266