Skip to content

sync : ggml #14507

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

Merged
merged 2 commits into from
Jul 2, 2025
Merged

sync : ggml #14507

merged 2 commits into from
Jul 2, 2025

Conversation

ggerganov
Copy link
Member

No description provided.

danbev and others added 2 commits July 2, 2025 19:35
* ggml : add version function to get lib version

This commit adds a function `ggml_version()` to the ggml library that
returns the version of the library as a string.

The motivation for this is that it can be useful to be able to
programmatically check the version of the ggml library being used.

Usage:
```c
printf("GGML version: %s\n", ggml_version());
```
Output:
```console
GGML version: 0.0.2219
```

* ggml : add ggml_commit()

---------

Co-authored-by: Georgi Gerganov <[email protected]>
ggml-ci
@github-actions github-actions bot added script Script related ggml changes relating to the ggml tensor library for machine learning labels Jul 2, 2025
@ggerganov ggerganov merged commit e17991c into master Jul 2, 2025
54 of 56 checks passed
@ggerganov ggerganov deleted the sync-ggml-25-07-02 branch July 2, 2025 17:08
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 script Script related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants