From 59773a76379e80efcccf5a7710e690d793b4d89d Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 2 Mar 2023 03:04:11 +0000 Subject: [PATCH] just uninstall bitsandbytes on ROCm systems for now, I'll need to get it working tomorrow --- setup-rocm.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-rocm.sh b/setup-rocm.sh index e94ee55..b38bcf6 100755 --- a/setup-rocm.sh +++ b/setup-rocm.sh @@ -15,6 +15,8 @@ python3 -m pip install -e ./tortoise-tts/ # install TorToiSe python3 -m pip install -r ./requirements.txt # install local requirements # swap to ROCm version of BitsAndBytes pip3 uninstall bitsandbytes -pip3 install git+https://github.com/broncotc/bitsandbytes-rocm + +# gives errors +# pip3 install git+https://github.com/broncotc/bitsandbytes-rocm deactivate \ No newline at end of file