forked from mrq/ai-voice-cloning
just uninstall bitsandbytes on ROCm systems for now, I'll need to get it working tomorrow
This commit is contained in:
parent
c956d81baf
commit
59773a7637
|
@ -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
|
Loading…
Reference in New Issue
Block a user