Skip to content

Commit

Permalink
Upgrade Treelite to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 23, 2022
1 parent d9dd8ca commit e48fff0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ if [ "$(arch)" = "x86_64" ]; then
"rapids-doc-env=${MINOR_VERSION}.*"
fi

gpuci_conda_retry remove -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \
--force rapids-build-env rapids-notebook-env
gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \
treelite=2.4.0

# https://docs.rapids.ai/maintainers/depmgmt/
# gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env
# gpuci_mamba_retry install -y "your-pkg=1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- faiss-proc=*=cuda
- umap-learn
- scikit-learn=0.24
- treelite=2.3.0
- treelite=2.4.0
- statsmodels
- seaborn
- hdbscan
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- faiss-proc=*=cuda
- umap-learn
- scikit-learn=0.24
- treelite=2.3.0
- treelite=2.4.0
- statsmodels
- seaborn
- hdbscan
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- faiss-proc=*=cuda
- umap-learn
- scikit-learn=0.24
- treelite=2.3.0
- treelite=2.4.0
- statsmodels
- seaborn
- hdbscan
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- faiss-proc=*=cuda
- umap-learn
- scikit-learn=0.24
- treelite=2.3.0
- treelite=2.4.0
- statsmodels
- seaborn
- hdbscan
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- python x.x
- setuptools
- cython>=0.29,<0.30
- treelite=2.3.0
- treelite=2.4.0
- cudf {{ minor_version }}
- libcuml={{ version }}
- libcumlprims {{ minor_version }}
Expand All @@ -52,7 +52,7 @@ requirements:
- libcumlprims {{ minor_version }}
- pyraft {{ minor_version }}
- cupy>=7.8.0,<11.0.0a0
- treelite=2.3.0
- treelite=2.4.0
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcuml/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ucx_version:
- "1.12.1"

treelite_version:
- "2.3.0"
- "2.4.0"

gtest_version:
- "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_treelite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ function(find_and_configure_treelite)
rapids_export_find_package_root(BUILD Treelite [=[${CMAKE_CURRENT_LIST_DIR}]=] cuml-exports)
endfunction()

find_and_configure_treelite(VERSION 2.3.0
PINNED_TAG b65bedceef9893c1ad92977dd466f582540ba7ab
find_and_configure_treelite(VERSION 2.4.0
PINNED_TAG dcd54779ce9324c69452db9b906f2d258374d5b9
BUILD_STATIC_LIBS ${CUML_USE_TREELITE_STATIC})

0 comments on commit e48fff0

Please sign in to comment.