[PR #7103] [CLOSED] llama: cgo ggml #43559

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7103
Author: @dhiltgen
Created: 10/4/2024
Status: Closed

Base: jmorganca/llamaHead: ggml_cgo


📝 Commits (3)

  • caa7d32 llama: Wire up some of the ggml APIs for tensors
  • 09d4400 NOT WORKING - trying out convert with ggml
  • 6c4ff2c remove cgo wrappers for ggml APIs we aren't likely to need

📊 Changes

3 files changed (+1209 additions, -4 deletions)

View changed files

📝 convert/convert_llama.go (+76 -4)
llama/ggml.go (+1044 -0)
llama/ggml_test.go (+89 -0)

📄 Description

Replaced by #7140


🔄 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/7103 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/4/2024 **Status:** ❌ Closed **Base:** `jmorganca/llama` ← **Head:** `ggml_cgo` --- ### 📝 Commits (3) - [`caa7d32`](https://github.com/ollama/ollama/commit/caa7d326df976645d462165141822e0e140fd00d) llama: Wire up some of the ggml APIs for tensors - [`09d4400`](https://github.com/ollama/ollama/commit/09d4400d16b07b681f795b2a7e130b748ae8fd43) NOT WORKING - trying out convert with ggml - [`6c4ff2c`](https://github.com/ollama/ollama/commit/6c4ff2c2eb65a4ce9d6da9f2826b212dad28f442) remove cgo wrappers for ggml APIs we aren't likely to need ### 📊 Changes **3 files changed** (+1209 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert_llama.go` (+76 -4) ➕ `llama/ggml.go` (+1044 -0) ➕ `llama/ggml_test.go` (+89 -0) </details> ### 📄 Description Replaced by #7140 --- <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 23:10:07 -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#43559