Skip to content

ggml : introduce semantic versioning #15499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danbev
Copy link
Member

@danbev danbev commented Aug 22, 2025

This commit introduces semantic versioning for the GGML library.

The motivation for this is that the current versioning, using build numbers, makes it difficult to track changes and releases for projects that use ggml.

This is currently a work in progress and the issue linked below describes a suggestion for this change in more detail. The idea is to gather feedback and have something to try it out with with this commit and pull request.

Refs: ggml-org/ggml#1333

danbev added 2 commits August 22, 2025 08:52
This commit introduces semantic versioning for the GGML library.

The motivation for this is that the current versioning, using build
numbers, makes it difficult to track changes and releases for projects
that use ggml.

This is currently a work in progresss and the issue linked below
describes a suggestion for this change in more detail. The idea is to
gather feedback and have something to try it out with with this commit
and pull request.

Refs: ggml-org/ggml#1333
@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ggml changes relating to the ggml tensor library for machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant