Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 14, 2024
1 parent e54532e commit e21360c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llama-cpp-2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
//!
//! # Examples
//!
//! See the `examples` folder
//! See the (examples)[https://github.com/utilityai/llama-cpp-rs/tree/main/llama-cpp-2/examples] folder.
//!
//! - (simple)[https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/examples/simple.rs]
use std::ffi::NulError;
use std::fmt::Debug;
use std::num::NonZeroI32;
Expand Down

0 comments on commit e21360c

Please sign in to comment.