Skip to content

Commit 0a0d5f3

Browse files
committed
doc: typo
1 parent c3e26b8 commit 0a0d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/llama_cpp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! high-performance medium for interacting with Large Language Models (LLMs) on consumer-grade
33
//! hardware.
44
//!
5-
//! **Along with llama.cpp, his crate is still in an early state, and breaking changes may occur
5+
//! **Along with llama.cpp, this crate is still in an early state, and breaking changes may occur
66
//! between versions.** The high-level API, however, is fairly settled on.
77
//!
88
//! To get started, create a [`LlamaModel`] and a [`LlamaSession`]:

0 commit comments

Comments
 (0)