[PR #8764] Test: LLM GGML #12765

Open
opened 2026-04-13 00:09:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8764
Author: @ilhamsyahids
Created: 2/1/2025
Status: 🔄 Open

Base: mainHead: test/ggml


📝 Commits (3)

  • 0e5b0c1 test: add tests for GGML file handling and KV metadata
  • edad982 test: add tests for GGML Tensor methods
  • 2cb322a test: update GGML decoding tests with GGLA scenarios

📊 Changes

1 file changed (+296 additions, -0 deletions)

View changed files

📝 llm/ggml_test.go (+296 -0)

📄 Description

GGML is backbone tensor library for llm inference here, however I notice there is no test for it.

This PR add those test including:

  • KV
  • Tensor
  • Decode GGML; GGLA

Let me know if anything needs adjustment


🔄 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/8764 **Author:** [@ilhamsyahids](https://github.com/ilhamsyahids) **Created:** 2/1/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `test/ggml` --- ### 📝 Commits (3) - [`0e5b0c1`](https://github.com/ollama/ollama/commit/0e5b0c17e854671b795ac88e0e02c5785d13bd69) test: add tests for GGML file handling and KV metadata - [`edad982`](https://github.com/ollama/ollama/commit/edad982dd9553581bfc7fd9a200f5302501a9f33) test: add tests for GGML Tensor methods - [`2cb322a`](https://github.com/ollama/ollama/commit/2cb322a0f1ad398e4ffc9cd2094b2786b79be19b) test: update GGML decoding tests with GGLA scenarios ### 📊 Changes **1 file changed** (+296 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml_test.go` (+296 -0) </details> ### 📄 Description GGML is backbone tensor library for llm inference here, however I notice there is no test for it. This PR add those test including: - KV - Tensor - Decode GGML; GGLA Let me know if anything needs adjustment --- <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-13 00:09:10 -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#12765