From 56b13d5d4894df800f23ead81ea2cd51f274677e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 2 May 2023 00:41:54 -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 2ee5274..1e9f770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ tqdm git+https://github.com/huggingface/peft transformers==4.28.1 bitsandbytes==0.38.1; platform_system != "Windows" -llama-cpp-python==0.1.36; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.36/llama_cpp_python-0.1.36-cp310-cp310-win_amd64.whl; platform_system == "Windows" +llama-cpp-python==0.1.41; platform_system != "Windows" +https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.41/llama_cpp_python-0.1.41-cp310-cp310-win_amd64.whl; platform_system == "Windows"