Skip to content

Commit

Permalink
updated RAFT commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 13, 2025
1 parent 05e8617 commit 8fe1d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/use_conda_packages_from_prs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2025, NVIDIA CORPORATION.
# TODO(jameslamb): remove this file when https://github.com/rapidsai/raft/pull/2531 is merged

RAFT_COMMIT="76d788bfb688335e9d0fab3ee83afc71a1599a7c"
RAFT_COMMIT="d275c995fb51310d1340fe2fd6d63d0bfd43cafa"

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}")
Expand Down
2 changes: 1 addition & 1 deletion ci/use_wheels_from_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

RAFT_COMMIT="76d788bfb688335e9d0fab3ee83afc71a1599a7c"
RAFT_COMMIT="d275c995fb51310d1340fe2fd6d63d0bfd43cafa"
LIBRAFT_CHANNEL=$(
RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact raft 2531 cpp "${RAFT_COMMIT:0:7}"
)
Expand Down

0 comments on commit 8fe1d33

Please sign in to comment.