[PR #167] [MERGED] partial decode ggml bin for more info #35894

Closed
opened 2026-04-22 20:38:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/167
Author: @mxyng
Created: 7/21/2023
Status: Merged
Merged: 8/11/2023
Merged by: @mxyng

Base: mainHead: decode-ggml


📝 Commits (1)

  • fccf8d1 partial decode ggml bin for more info

📊 Changes

26 files changed (+336 additions, -69 deletions)

View changed files

📝 llm/ggml-alloc.c (+0 -0)
📝 llm/ggml-alloc.h (+0 -0)
📝 llm/ggml-cuda.cu (+0 -0)
📝 llm/ggml-cuda.h (+0 -0)
📝 llm/ggml-metal.h (+0 -0)
📝 llm/ggml-metal.m (+0 -0)
📝 llm/ggml-metal.metal (+0 -0)
📝 llm/ggml-mpi.c (+0 -0)
📝 llm/ggml-mpi.h (+0 -0)
📝 llm/ggml-opencl.cpp (+0 -0)
📝 llm/ggml-opencl.h (+0 -0)
📝 llm/ggml.c (+0 -0)
llm/ggml.go (+180 -0)
📝 llm/ggml.h (+0 -0)
📝 llm/k_quants.c (+0 -0)
📝 llm/k_quants.h (+0 -0)
📝 llm/llama-util.h (+0 -0)
📝 llm/llama.cpp (+0 -0)
📝 llm/llama.go (+65 -35)
📝 llm/llama.h (+0 -0)

...and 6 more files

📄 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/167 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/21/2023 **Status:** ✅ Merged **Merged:** 8/11/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `decode-ggml` --- ### 📝 Commits (1) - [`fccf8d1`](https://github.com/ollama/ollama/commit/fccf8d179f50d0221bc3445460555520121b6913) partial decode ggml bin for more info ### 📊 Changes **26 files changed** (+336 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml-alloc.c` (+0 -0) 📝 `llm/ggml-alloc.h` (+0 -0) 📝 `llm/ggml-cuda.cu` (+0 -0) 📝 `llm/ggml-cuda.h` (+0 -0) 📝 `llm/ggml-metal.h` (+0 -0) 📝 `llm/ggml-metal.m` (+0 -0) 📝 `llm/ggml-metal.metal` (+0 -0) 📝 `llm/ggml-mpi.c` (+0 -0) 📝 `llm/ggml-mpi.h` (+0 -0) 📝 `llm/ggml-opencl.cpp` (+0 -0) 📝 `llm/ggml-opencl.h` (+0 -0) 📝 `llm/ggml.c` (+0 -0) ➕ `llm/ggml.go` (+180 -0) 📝 `llm/ggml.h` (+0 -0) 📝 `llm/k_quants.c` (+0 -0) 📝 `llm/k_quants.h` (+0 -0) 📝 `llm/llama-util.h` (+0 -0) 📝 `llm/llama.cpp` (+0 -0) 📝 `llm/llama.go` (+65 -35) 📝 `llm/llama.h` (+0 -0) _...and 6 more files_ </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-22 20:38:05 -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#35894