From 34f431c8198ab61a7cd0d74f230879f31478ee45 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 14 Mar 2024 15:37:15 -0700 Subject: [PATCH] added features for docs.rs --- llama-cpp-2/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llama-cpp-2/Cargo.toml b/llama-cpp-2/Cargo.toml index b10ebd60..97cd612c 100644 --- a/llama-cpp-2/Cargo.toml +++ b/llama-cpp-2/Cargo.toml @@ -32,3 +32,6 @@ sampler = [] [lints] workspace = true + +[package.metadata.docs.rs] +features = ["sampler"] \ No newline at end of file