From fa088588a133fac4a8b4721462bc3dc2b70a05cf Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Jan 2024 10:52:42 -0800 Subject: [PATCH] updated docs --- llama-cpp-2/src/context/params.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-cpp-2/src/context/params.rs b/llama-cpp-2/src/context/params.rs index 6b074d79..ee10cd72 100644 --- a/llama-cpp-2/src/context/params.rs +++ b/llama-cpp-2/src/context/params.rs @@ -159,7 +159,7 @@ impl LlamaContextParams { RopeScalingType::from(self.context_params.rope_scaling_type) } - /// Set the rope frequency scale. + /// Set the rope frequency base. /// /// # Examples ///