From a51968b5e24cf27e9cab7ff4b9ef0dc1dc3af53e Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 10 Oct 2024 12:54:07 +0200 Subject: [PATCH] Update llama-cpp-python dependency --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23303c0..aa320f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ rich pyreadline3 r2pipe inquirer -llama-cpp-python==0.2.90 +llama-cpp-python==0.3.1 huggingface_hub==0.22.2 appdirs unidecode @@ -16,4 +16,4 @@ anthropic boto3 colorama textual -litellm \ No newline at end of file +litellm