From 852a5aa13da86f08a342db80940bf1aa28f28def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 21:23:14 -0300 Subject: [PATCH] Bump bitsandbytes from 0.37.2 to 0.38.1 (#1158) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8026b5a..bf3dbd33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ sentencepiece pyyaml tqdm transformers==4.28.0 -bitsandbytes==0.37.2; platform_system != "Windows" +bitsandbytes==0.38.1; 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"