From 9967e08b1fa836fa4cefaebd7ae4826472eaf531 Mon Sep 17 00:00:00 2001 From: eiery <19350831+eiery@users.noreply.github.com> Date: Wed, 24 May 2023 09:25:28 -0400 Subject: [PATCH] update llama-cpp-python to v0.1.53 for ggml v3, fixes #2245 (#2264) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c69d4a59..932133eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ transformers==4.29.2 tqdm git+https://github.com/huggingface/peft@4fd374e80d670781c0d82c96ce94d1215ff23306 bitsandbytes==0.38.1; platform_system != "Windows" -llama-cpp-python==0.1.51; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.51/llama_cpp_python-0.1.51-cp310-cp310-win_amd64.whl; platform_system == "Windows" +llama-cpp-python==0.1.53; platform_system != "Windows" +https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.53/llama_cpp_python-0.1.53-cp310-cp310-win_amd64.whl; platform_system == "Windows"