]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to python bindings (#181)
authorRavindra Marella <redacted>
Sun, 21 May 2023 12:32:05 +0000 (18:02 +0530)
committerGitHub <redacted>
Sun, 21 May 2023 12:32:05 +0000 (15:32 +0300)
README.md

index 7ca3d66c7b1731f32442525b291ca70552e03c35..b578c183ca72d38a5087b59e0e6df9481a18c718 100644 (file)
--- 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.