Skip to content

Commit

Permalink
Provide 24.08 version bumps (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jul 30, 2024
1 parent 74fa5a7 commit 45520f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/thirdparty/get_cuml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endfunction()
# Change pinned tag here to test a commit in CI
# To use a different RAFT locally, set the CMake variable
# CPM_raft_SOURCE=/path/to/local/raft
find_and_configure_cuml(VERSION ${RAPIDS_TRITON_MIN_VERSION_rapids_projects}
find_and_configure_cuml(VERSION 24.06
FORK rapidsai
PINNED_TAG branch-24.06
USE_TREELITE_STATIC ${TRITON_FIL_USE_TREELITE_STATIC}
Expand Down
2 changes: 1 addition & 1 deletion ops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Arguments for controlling build details
###########################################################################################
# Version of Triton to use
ARG TRITON_VERSION=24.06
ARG TRITON_VERSION=24.07
# Base container image
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
# Whether or not to enable GPU build
Expand Down

0 comments on commit 45520f7

Please sign in to comment.