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 e54532e commit e21360cCopy full SHA for e21360c
llama-cpp-2/src/lib.rs
@@ -7,7 +7,9 @@
7
//!
8
//! # Examples
9
10
-//! See the `examples` folder
+//! 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]
13
use std::ffi::NulError;
14
use std::fmt::Debug;
15
use std::num::NonZeroI32;
0 commit comments