Skip to content

skills: add ggml-test skill#26153

Open
ngxson wants to merge 2 commits into
masterfrom
xsn/skill_ggml_test
Open

skills: add ggml-test skill#26153
ngxson wants to merge 2 commits into
masterfrom
xsn/skill_ggml_test

Conversation

@ngxson

@ngxson ngxson commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Overview

Add a new skill ggml-test (may not be the best naming, but this is the only name I have in mind right now)

This is quite useful when porting a new model to llama.cpp. Instead of doing try-guess & run a full decode pass each time to validate, this skill allow writing a separate component and debug it independently.

The idea is similar to this demo I made a while ago, when I attempt to implement the 2D rope using existing GGML ops (instead of create a new op or each kind of 2D rope, which will be unmaintainable)

Requirements

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant