Skip to content

Commit

Permalink
set correct pytorch range in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 3, 2024
1 parent f8b9ac3 commit 2ddb404
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,9 @@ if [[ "${RAPIDS_CUDA_VERSION}" == "11.8.0" ]]; then
--channel "${PYTHON_CHANNEL}" \
--channel pyg \
"cugraph-pyg" \
"pytorch>=2.3,<2.4"
"ogb"

pip install \
pyg_lib \
torch_scatter \
torch_sparse \
-f ${PYG_URL}

rapids-print-env

rapids-logger "pytest cugraph_pyg (single GPU)"
Expand Down

0 comments on commit 2ddb404

Please sign in to comment.