Skip to content

Commit bca4122

Browse files
authored
Revert "Install bitsandbytes for ROCm" (#2098)
Revert "Install bitsandbytes for ROCm (#1915)" This reverts commit dfbd681.
1 parent a724a37 commit bca4122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/regression_test_rocm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
python -m pip install --upgrade pip
4444
pip install ${{ matrix.torch-spec }}
4545
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'
4846
pip install .
4947
export CONDA=$(dirname $(dirname $(which conda)))
5048
export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)