From: Dan Forbes Date: Sat, 20 May 2023 18:25:25 +0000 (-0700) Subject: readme : add link to GGML format docs (#177) X-Git-Tag: upstream/0.0.1642~1451 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c68c544f914d0f0cb50ea8903be64c5a487c2145;p=pkg%2Fggml%2Fsources%2Fggml readme : add link to GGML format docs (#177) --- diff --git a/README.md b/README.md index b848cae3..7ca3d66c 100644 --- 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