We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6867 commit dfbd681Copy full SHA for dfbd681
.github/workflows/regression_test_rocm.yml
@@ -43,6 +43,8 @@ jobs:
43
python -m pip install --upgrade pip
44
pip install ${{ matrix.torch-spec }}
45
pip install -r dev-requirements.txt
46
+ pip uninstall -y bitsandbytes
47
+ pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl'
48
pip install .
49
export CONDA=$(dirname $(dirname $(which conda)))
50
export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH
0 commit comments