From: Ettore Di Giacinto Date: Wed, 24 May 2023 08:01:31 +0000 (+0200) Subject: docs : add golang transformer bindings (#191) X-Git-Tag: upstream/0.0.1642~1443 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1a42ea9db96c4138f0c4191c8ec0d531b62658cb;p=pkg%2Fggml%2Fsources%2Fggml docs : add golang transformer bindings (#191) This PR adds golang bindings to transformers in ggml --- diff --git a/README.md b/README.md index 6b190e49..65a2b384 100644 --- 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