From 4e0d8b2efbeadaeb2091fd7e69ca9683f99a10f5 Mon Sep 17 00:00:00 2001 From: krzim Date: Mon, 17 Jul 2023 21:10:01 +0000 Subject: [PATCH] export requirements with bnb --- server/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/requirements.txt b/server/requirements.txt index 76a520a3..a64db7cb 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,5 @@ backoff==2.2.1 ; python_version >= "3.9" and python_version < "3.13" +bitsandbytes==0.40.2 ; python_version >= "3.9" and python_version < "3.13" certifi==2023.5.7 ; python_version >= "3.9" and python_version < "3.13" charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "3.13" click==8.1.3 ; python_version >= "3.9" and python_version < "3.13"