]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
docs : add golang transformer bindings (#191)
authorEttore Di Giacinto <redacted>
Wed, 24 May 2023 08:01:31 +0000 (10:01 +0200)
committerGitHub <redacted>
Wed, 24 May 2023 08:01:31 +0000 (11:01 +0300)
This PR adds golang bindings to transformers in ggml

README.md

index 6b190e492cc0c49a341dc7fd464f67c800416254..65a2b3847ee40c1db1c63c786315e65c6749f2c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -103,3 +103,4 @@ cmake -DGGML_CUBLAS=ON -DCMAKE_CUDA_COMPILER=/usr/local/cuda-12.1/bin/nvcc ..
 
 - [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