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

This commit is contained in:
mrq 2023-03-02 03:04:11 +00:00
parent c956d81baf
commit 59773a7637

View File

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