]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to ggml-gobject (#336)
authorSam Spilsbury <redacted>
Tue, 4 Jul 2023 13:30:21 +0000 (16:30 +0300)
committerGitHub <redacted>
Tue, 4 Jul 2023 13:30:21 +0000 (16:30 +0300)
This enables also some bindings to python (through pygi), gjs, vala, csharp, etc. However `ggml-gobject`s main purpose is to make the library a bit more friendly to the desktop platform, eg, by providing asynchronous operation, a DBus service, etc.

README.md

index 16f7cdfcfde6acc49475f9de01cd657bf8c63c7c..c3340d0e6acfcefbfbc56ade434673cd9c1a9058 100644 (file)
--- a/README.md
+++ b/README.md
@@ -118,3 +118,4 @@ cmake -DGGML_CLBLAST=ON ..
 - [GGML - Large Language Models for Everyone](https://github.com/rustformers/llm/blob/main/crates/ggml/README.md): a description of the GGML format provided by the maintainers of the `llm` Rust crate, which provides Rust bindings for GGML
 - [marella/ctransformers](https://github.com/marella/ctransformers): Python bindings for GGML models.
 - [go-skynet/go-ggml-transformers.cpp](https://github.com/go-skynet/go-ggml-transformers.cpp): Golang bindings for GGML models
+- [smspillaz/ggml-gobject](https://github.com/smspillaz/ggml-gobject): GObject-introspectable wrapper for use of GGML on the GNOME platform.