From: Sam Spilsbury Date: Tue, 4 Jul 2023 13:30:21 +0000 (+0300) Subject: readme : add link to ggml-gobject (#336) X-Git-Tag: upstream/0.0.1642~1354 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c1c5b152f23d838a8f3f7f94dcec035e6d2ecc76;p=pkg%2Fggml%2Fsources%2Fggml readme : add link to ggml-gobject (#336) 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. --- diff --git a/README.md b/README.md index 16f7cdfc..c3340d0e 100644 --- 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.