From dae72398f4a227f06e030a7ec1f5bf72f0383d3c Mon Sep 17 00:00:00 2001 From: Matt Hoffner Date: Thu, 4 May 2023 17:45:35 -0700 Subject: [PATCH 1/2] Bump llama-cpp-python --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0a05049..143b6ecd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ chromadb==0.3.21 pre-commit>=3.2.0 python-dotenv==1.0.0 tiktoken==0.3.3 -llama-cpp-python==0.1.36 +llama-cpp-python==0.1.42 From bad7dc0e8b92c8cbb8138d0729a350dcea16176d Mon Sep 17 00:00:00 2001 From: Matt Hoffner Date: Sun, 7 May 2023 10:35:26 -0700 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 143b6ecd..d700753f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ chromadb==0.3.21 pre-commit>=3.2.0 python-dotenv==1.0.0 tiktoken==0.3.3 -llama-cpp-python==0.1.42 +llama-cpp-python>=0.1.42