Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix CI issue due to pytorch and mkl version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
linhu-nv committed Apr 12, 2024
1 parent 9d1dcb1 commit 548db8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ PACKAGES="pylibwholegraph"
rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
'mkl<2024.1.0' \
"${PACKAGES}"

rapids-logger "Check GPU usage"
Expand Down

0 comments on commit 548db8c

Please sign in to comment.