[PR #148] [MERGED] add llama.cpp mpi, opencl files #41262

Closed
opened 2026-04-24 21:10:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/148
Author: @mxyng
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @mxyng

Base: mainHead: more-llama-files


📝 Commits (1)

  • 8526e1f add llama.cpp mpi, opencl files

📊 Changes

8 files changed (+2283 additions, -13 deletions)

View changed files

📝 llama/ggml-metal.h (+2 -0)
📝 llama/ggml-metal.m (+1 -1)
📝 llama/ggml-metal.metal (+2 -0)
llama/ggml-mpi.c (+244 -0)
llama/ggml-mpi.h (+67 -0)
llama/ggml-opencl.cpp (+1893 -0)
llama/ggml-opencl.h (+53 -0)
📝 llama/update-llama-cpp.sh (+21 -12)

📄 Description

the full source from llama.cpp is now included with additional build constraints on components not readily compatible with the current build


🔄 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/148 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `more-llama-files` --- ### 📝 Commits (1) - [`8526e1f`](https://github.com/ollama/ollama/commit/8526e1f5f10504237b80a76a1fa3332c98225688) add llama.cpp mpi, opencl files ### 📊 Changes **8 files changed** (+2283 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `llama/ggml-metal.h` (+2 -0) 📝 `llama/ggml-metal.m` (+1 -1) 📝 `llama/ggml-metal.metal` (+2 -0) ➕ `llama/ggml-mpi.c` (+244 -0) ➕ `llama/ggml-mpi.h` (+67 -0) ➕ `llama/ggml-opencl.cpp` (+1893 -0) ➕ `llama/ggml-opencl.h` (+53 -0) 📝 `llama/update-llama-cpp.sh` (+21 -12) </details> ### 📄 Description the full source from llama.cpp is now included with additional build constraints on components not readily compatible with the current build --- <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-24 21:10:47 -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#41262