1
0
Fork 0

just uninstall bitsandbytes on ROCm systems for now, I'll need to get it working tomorrow

master
mrq 2023-03-02 03:04:11 +07:00
parent c956d81baf
commit 59773a7637
1 changed files with 3 additions and 1 deletions

@ -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