diff --git a/ci/build_wheel_cugraph.sh b/ci/build_wheel_cugraph.sh index daae834f65..6cf741e4f3 100755 --- a/ci/build_wheel_cugraph.sh +++ b/ci/build_wheel_cugraph.sh @@ -18,7 +18,7 @@ LIBCUGRAPH_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="libcugraph_${RAPIDS_PY_CUDA_SUFFIX PYLIBCUGRAPH_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="pylibcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 python /tmp/pylibcugraph_dist) # TODO(jameslamb): remove this stuff from https://github.com/rapidsai/raft/pull/2531 -RAFT_COMMIT="6bf5ebacd362a898d2580e88e17113ddcfeafdae" +RAFT_COMMIT="d0b638579757deb74912e37785df3166f3be1109" LIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}" ) diff --git a/ci/build_wheel_libcugraph.sh b/ci/build_wheel_libcugraph.sh index 47b9b9a64f..868f988de1 100755 --- a/ci/build_wheel_libcugraph.sh +++ b/ci/build_wheel_libcugraph.sh @@ -18,7 +18,7 @@ rapids-dependency-file-generator \ # TODO(jameslamb): remove this stuff from https://github.com/rapidsai/raft/pull/2531 RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -RAFT_COMMIT="6bf5ebacd362a898d2580e88e17113ddcfeafdae" +RAFT_COMMIT="d0b638579757deb74912e37785df3166f3be1109" LIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}" ) diff --git a/ci/build_wheel_pylibcugraph.sh b/ci/build_wheel_pylibcugraph.sh index 26ae2e6017..47fb03ee13 100755 --- a/ci/build_wheel_pylibcugraph.sh +++ b/ci/build_wheel_pylibcugraph.sh @@ -17,7 +17,7 @@ RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" LIBCUGRAPH_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="libcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 cpp /tmp/libcugraph_dist) # TODO(jameslamb): remove this stuff from https://github.com/rapidsai/raft/pull/2531 -RAFT_COMMIT="6bf5ebacd362a898d2580e88e17113ddcfeafdae" +RAFT_COMMIT="d0b638579757deb74912e37785df3166f3be1109" LIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}" ) diff --git a/ci/test_wheel_cugraph.sh b/ci/test_wheel_cugraph.sh index 6ded45ee86..1989aba32c 100755 --- a/ci/test_wheel_cugraph.sh +++ b/ci/test_wheel_cugraph.sh @@ -11,7 +11,7 @@ RAPIDS_PY_WHEEL_NAME="pylibcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-whe RAPIDS_PY_WHEEL_NAME="libcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 cpp ./local-libcugraph-dep # TODO(jameslamb): remove this stuff from https://github.com/rapidsai/raft/pull/2531 -RAFT_COMMIT="6bf5ebacd362a898d2580e88e17113ddcfeafdae" +RAFT_COMMIT="d0b638579757deb74912e37785df3166f3be1109" LIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}" ) diff --git a/ci/test_wheel_pylibcugraph.sh b/ci/test_wheel_pylibcugraph.sh index b936a11990..4fc4ca9127 100755 --- a/ci/test_wheel_pylibcugraph.sh +++ b/ci/test_wheel_pylibcugraph.sh @@ -10,7 +10,7 @@ RAPIDS_PY_WHEEL_NAME="pylibcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-whe RAPIDS_PY_WHEEL_NAME="libcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 cpp ./local-libcugraph-dep # TODO(jameslamb): remove this stuff from https://github.com/rapidsai/raft/pull/2531 -RAFT_COMMIT="6bf5ebacd362a898d2580e88e17113ddcfeafdae" +RAFT_COMMIT="d0b638579757deb74912e37785df3166f3be1109" LIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}" )