diff --git a/crates/llm-chain-llama-sys/README.md b/crates/llm-chain-llama-sys/README.md index 03e988c2..d0638881 100644 --- a/crates/llm-chain-llama-sys/README.md +++ b/crates/llm-chain-llama-sys/README.md @@ -1,17 +1,17 @@ -# llama-sys +# llm-chain-llama-sys -llama-sys is a set of bindgen generated wrappers for llama.cpp. This crate provides a low-level interface to llama.cpp, allowing you to use it in your Rust projects. To use llama-sys, simply add the following to your Cargo.toml file: +llm-chain-llama-sys is a set of bindgen generated wrappers for llama.cpp. This crate provides a low-level interface to llama.cpp, allowing you to use it in your Rust projects. To use llm-chain-llama-sys, simply add the following to your Cargo.toml file: ```toml [dependencies] -llama-sys = "0.1.0" +llm-chain-llama-sys = "0.1.0" ``` ```rust -use llama_sys::\*; +use llm-chain-llama-sys::*; ``` -Note that llama-sys provides a lower-level interface than llm-chain-llama, and may be more difficult to use. However, if you need fine-grained control over llama.cpp, llama-sys is the way to go. +Note that llm-chain-llama-sys provides a lower-level interface than llm-chain-llama, and may be more difficult to use. However, if you need fine-grained control over llama.cpp, llm-chain-llama-sys is the way to go. ## Updating llama.cpp submodule To update the llama.cpp submodule, run the following command: