]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link to GGML format docs (#177)
authorDan Forbes <redacted>
Sat, 20 May 2023 18:25:25 +0000 (11:25 -0700)
committerGitHub <redacted>
Sat, 20 May 2023 18:25:25 +0000 (21:25 +0300)
README.md

index b848cae3e6044773056133980cb4f60e6aa3c1f5..7ca3d66c7b1731f32442525b291ca70552e03c35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -100,3 +100,7 @@ For more information, checkout the corresponding programs in the [examples](exam
 # fix the path to point to your CUDA compiler
 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