We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e26b8 commit 0a0d5f3Copy full SHA for 0a0d5f3
crates/llama_cpp/src/lib.rs
@@ -2,7 +2,7 @@
2
//! high-performance medium for interacting with Large Language Models (LLMs) on consumer-grade
3
//! hardware.
4
//!
5
-//! **Along with llama.cpp, his crate is still in an early state, and breaking changes may occur
+//! **Along with llama.cpp, this crate is still in an early state, and breaking changes may occur
6
//! between versions.** The high-level API, however, is fairly settled on.
7
8
//! To get started, create a [`LlamaModel`] and a [`LlamaSession`]:
0 commit comments