Skip to content

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.

3 participants