From 11483132362451027061bd5eb0aaa985f3cb5525 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 14 Jan 2024 12:35:03 -0800 Subject: [PATCH] added link to example --- llama-cpp-2/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/llama-cpp-2/src/lib.rs b/llama-cpp-2/src/lib.rs index 678aeea7..859c2a99 100644 --- a/llama-cpp-2/src/lib.rs +++ b/llama-cpp-2/src/lib.rs @@ -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;