From: Ravindra Marella Date: Sun, 21 May 2023 12:32:05 +0000 (+0530) Subject: readme : add link to python bindings (#181) X-Git-Tag: upstream/0.0.1642~1449 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=35a78bdd062d8e242aa2dfcf4299a1329e9dc3ac;p=pkg%2Fggml%2Fsources%2Fggml readme : add link to python bindings (#181) --- diff --git a/README.md b/README.md index 7ca3d66c..b578c183 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,4 @@ cmake -DGGML_CUBLAS=ON -DCMAKE_CUDA_COMPILER=/usr/local/cuda-12.1/bin/nvcc .. ## Resources - [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.