Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptis committed Nov 8, 2023
1 parent 930dbcb commit cb62c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# llama_cpp-rs

[![Documentation](https://docs.rs/llama_cpp/badge.svg)](https://docs.rs/llama_cpp/)
[![Crate](https://img.shields.io/crates/v/llama_cpp.svg)](https://crates.io/crates/llama_cpp)

Safe, high-level Rust bindings to the C++ project [of the same name](https://github.com/ggerganov/llama.cpp), meant to
be as user-friendly as possible. Run GGUF-based large language models directly on your CPU in fifteen lines of code, no
ML experience required!
Expand Down

0 comments on commit cb62c12

Please sign in to comment.