From bbd36eebdb37b71ccb5d0735bce2951fbdfa6c18 Mon Sep 17 00:00:00 2001 From: Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:21:12 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa5b1b11..a86e7001 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# llama-cpp-rs   [![Docs]][docs.rs] [![Latest Version]][crates.io] [![Lisence]][crates.io] +# 🦙 [llama-cpp-rs][readme]   [![Docs]][docs.rs] [![Latest Version]][crates.io] [![Lisence]][crates.io] [Docs]: https://img.shields.io/docsrs/llama-cpp-2.svg [Latest Version]: https://img.shields.io/crates/v/llama-cpp-2.svg [crates.io]: https://crates.io/crates/llama-cpp-2 [docs.rs]: https://docs.rs/llama-cpp-2 [Lisence]: https://img.shields.io/crates/l/llama-cpp-2.svg +[llama-cpp-sys]: https://crates.io/crates/llama-cpp-sys-2 +[utilityai]: https://utilityai.ca +[readme]: https://github.com/utilityai/llama-cpp-rs/tree/main/llama-cpp-2 -This contains two packages used internally at [Utility AI](https://utilityai.ca/): +This is the home for [llama-cpp-2][crates.io]. It also contains the [llama-cpp-sys] bindings which are updated regularly and in sync with [llama-cpp-2][crates.io]. -- llama-cpp-2 -- llama-cpp-sys-2 - -See their respective READMEs for more information. +Check out the [docs.rs] for crate documentation or the [readme] for high level information about the project.