Skip to content

Commit

Permalink
added link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 14, 2024
1 parent e21360c commit 1148313
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llama-cpp-2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
//!
//! # Examples
//!
//! 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]
//! - [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 1148313

Please sign in to comment.