From 511470a89bc1805f0eb33ce7335f660e3bfcaeaf Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 19 May 2023 12:13:25 -0300 Subject: [PATCH] Bump llama-cpp-python version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 23f15408..a2d108dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ tqdm git+https://github.com/huggingface/peft transformers==4.29.1 bitsandbytes==0.38.1; platform_system != "Windows" -llama-cpp-python==0.1.50; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.50/llama_cpp_python-0.1.50-cp310-cp310-win_amd64.whl; 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"