Skip to contents

Returns the version string reported by the vendored 'GGML' library at runtime (ggml_version()), resolved through Rggml's own registered C-callable rather than a compile-time constant, so it always reflects the code that was actually built.

Usage

ggml_version()

Value

A length-1 character vector.

Examples

ggml_version()
#> [1] "0.9.5"