-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbe9c96
commit bbd36ee
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |