From 84576a80d2164933236560104bb62d5b63e528a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 21:17:59 -0300 Subject: [PATCH] Bump llama-cpp-python from 0.1.30 to 0.1.33 (#1157) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5965205..f8026b5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ pyyaml tqdm transformers==4.28.0 bitsandbytes==0.37.2; platform_system != "Windows" -llama-cpp-python==0.1.30; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.30/llama_cpp_python-0.1.30-cp310-cp310-win_amd64.whl; platform_system == "Windows" +llama-cpp-python==0.1.33; platform_system != "Windows" +https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.33/llama_cpp_python-0.1.33-cp310-cp310-win_amd64.whl; platform_system == "Windows"