Skip to content

Commit

Permalink
update RAFT and cuGraph commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 14, 2025
1 parent 7e316d9 commit e331754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/use_conda_packages_from_prs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright (c) 2025, NVIDIA CORPORATION.

RAFT_COMMIT="d275c995fb51310d1340fe2fd6d63d0bfd43cafa"
RAFT_COMMIT="4b793be27b27d40119706ea5df26cc03c8efe33c"

RAFT_CPP_CHANNEL=$(rapids-get-pr-conda-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}")
RAFT_PYTHON_CHANNEL=$(rapids-get-pr-conda-artifact raft 2531 python "${RAFT_COMMIT:0:7}")

CUGRAPH_COMMIT="8fe1d33cbcaf1f40a6b3d06ec48cc699c47f8b44"
CUGRAPH_COMMIT="12a01e2cb48cd6018bf9a2332a4975825307fea7"

CUGRAPH_CPP_CHANNEL=$(rapids-get-pr-conda-artifact cugraph 4804 cpp "${CUGRAPH_COMMIT:0:7}")
CUGRAPH_PYTHON_CHANNEL=$(rapids-get-pr-conda-artifact cugraph 4804 python "${CUGRAPH_COMMIT:0:7}")
Expand Down
4 changes: 2 additions & 2 deletions ci/use_wheels_from_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

RAFT_COMMIT="d275c995fb51310d1340fe2fd6d63d0bfd43cafa"
RAFT_COMMIT="4b793be27b27d40119706ea5df26cc03c8efe33c"
LIBRAFT_CHANNEL=$(
RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}"
)
Expand All @@ -13,7 +13,7 @@ RAFT_DASK_CHANNEL=$(
RAPIDS_PY_WHEEL_NAME="raft_dask_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 python "${RAFT_COMMIT:0:7}"
)

CUGRAPH_COMMIT="8fe1d33cbcaf1f40a6b3d06ec48cc699c47f8b44"
CUGRAPH_COMMIT="12a01e2cb48cd6018bf9a2332a4975825307fea7"
CUGRAPH_CHANNEL=$(
RAPIDS_PY_WHEEL_NAME="cugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact cugraph 4804 python "${CUGRAPH_COMMIT:0:}"
)
Expand Down

0 comments on commit e331754

Please sign in to comment.