Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 authored Jun 14, 2024
1 parent 2af3202 commit e2443fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build-test-rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build_and_test() {
docker exec bnb_rocm_test sh -c \
"apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cmake \
&& cd bitsandbytes \
&& pip install -r requirements-ci.txt \
&& cmake -DCOMPUTE_BACKEND=hip . \
&& cmake --build . \
Expand Down

0 comments on commit e2443fc

Please sign in to comment.