Skip to content

Commit e21360c

Browse files
committed
updated docs
1 parent e54532e commit e21360c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llama-cpp-2/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
//!
88
//! # Examples
99
//!
10-
//! See the `examples` folder
10+
//! See the (examples)[https://github.com/utilityai/llama-cpp-rs/tree/main/llama-cpp-2/examples] folder.
11+
//!
12+
//! - (simple)[https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/examples/simple.rs]
1113
use std::ffi::NulError;
1214
use std::fmt::Debug;
1315
use std::num::NonZeroI32;

0 commit comments

Comments
 (0)