From eee986348c3ef1cb0070b287ae865a682084922d Mon Sep 17 00:00:00 2001 From: feeelX <13708403+feeelX@users.noreply.github.com> Date: Mon, 15 May 2023 03:41:14 +0200 Subject: [PATCH] Update llama-cpp-python from 0.1.45 to 0.1.50 (#2058) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96c4bffb..9729cf4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ tqdm git+https://github.com/huggingface/peft transformers==4.28.1 bitsandbytes==0.38.1; platform_system != "Windows" -llama-cpp-python==0.1.45; platform_system != "Windows" -https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.45/llama_cpp_python-0.1.45-cp310-cp310-win_amd64.whl; 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"