Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] raft v23.12 #2020

Merged
merged 90 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
909365c
v23.12 Updates [skip ci]
raydouglass Sep 22, 2023
fb12955
Merge pull request #1841 from rapidsai/branch-23.10
GPUtester Sep 22, 2023
7987b3d
Merge pull request #1843 from rapidsai/branch-23.10
GPUtester Sep 22, 2023
1175523
Merge pull request #1845 from rapidsai/branch-23.10
GPUtester Sep 25, 2023
3ac8835
Merge pull request #1847 from rapidsai/branch-23.10
GPUtester Sep 25, 2023
3282f01
Merge pull request #1849 from rapidsai/branch-23.10
GPUtester Sep 25, 2023
2af2240
Merge pull request #1850 from rapidsai/branch-23.10
GPUtester Sep 25, 2023
d6f2fd3
Merge pull request #1851 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
179e528
Merge pull request #1852 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
317525d
Merge pull request #1854 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
e7c86ee
Merge pull request #1855 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
687ea81
raft: Build CUDA 12.0 ARM conda packages. (#1853)
bdice Sep 26, 2023
ba1460c
Merge pull request #1857 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
2f08bdd
Merge pull request #1858 from rapidsai/branch-23.10
GPUtester Sep 27, 2023
2a7a869
Branch 23.12 merge 23.10 (#1868)
cjnolet Oct 5, 2023
90bc2b1
Merge branch-23.10 into branch-23.12
AyodeAwe Oct 5, 2023
de21b85
Merge pull request #1873 from AyodeAwe/branch-23.12-merge-23.10
raydouglass Oct 5, 2023
3241add
Build fix for CUDA 12.2 (#1870)
benfred Oct 6, 2023
d9fde97
[BUG] Fix a bug in NN descent (#1869)
enp1s0 Oct 6, 2023
838a501
Fix NN Descent overflows (#1875)
divyegala Oct 6, 2023
1eff78b
Replace `raft::random` calls to not use deprecated API (#1867)
lowener Oct 6, 2023
c735ecb
Provide a raft::copy overload for mdspan-to-mdspan copies (#1818)
wphicks Oct 6, 2023
518ed6c
Add `raft::stats::neighborhood_recall` (#1860)
divyegala Oct 9, 2023
f979607
Documentation for raft ANN benchmark containers. (#1833)
dantegd Oct 9, 2023
7561141
Update rapids-cmake functions to non-deprecated signatures (#1884)
robertmaynard Oct 10, 2023
99ed345
Adding FAISS cpu to `raft-ann-bench` (#1814)
cjnolet Oct 10, 2023
95b99bf
Merge pull request #1885 from rapidsai/branch-23.10
GPUtester Oct 11, 2023
fa2cee5
Use branch-23.12 workflows. (#1886)
bdice Oct 11, 2023
9624d31
[FEA] Helpers for identifying contiguous layouts. (#1861)
trivialfis Oct 12, 2023
7d66266
Check return values of raft-ann-bench subprocess calls (#1897)
benfred Oct 12, 2023
637019e
Add check-json to pre-commit linters, and fix invalid ann-bench JSON …
benfred Oct 12, 2023
cf08558
End-to-end vector search tutorial in docs (#1776)
cjnolet Oct 13, 2023
27dcf7b
Make all cuda kernels have hidden visibility (#1898)
robertmaynard Oct 13, 2023
cbcd4a0
Refactor install/build guide. (#1899)
cjnolet Oct 14, 2023
f7835fa
Updates to raft-ann-bench docs (#1905)
cjnolet Oct 17, 2023
889e9f5
Fix python script location in ANN bench description (#1906)
tfeher Oct 18, 2023
50a9081
update workflow links (#1907)
AyodeAwe Oct 18, 2023
eb96fc6
Remove unnecessary dataset path check in ANN bench (#1908)
tfeher Oct 18, 2023
6fdb886
Remove dynamic entry-points from raft-ann-bench (#1910)
benfred Oct 19, 2023
b5e14e1
Fixing Googletests and re-enabling in CI (#1904)
cjnolet Oct 19, 2023
747f6a6
Fix filepath in `raft-ann-bench/split_groundtruth` module (#1911)
divyegala Oct 19, 2023
f629f6f
Providing `aarch64` yaml environment files (#1914)
cjnolet Oct 19, 2023
dbcd05d
Increase iterations in NN Descent tests to avoid flakiness (#1915)
divyegala Oct 20, 2023
945355d
Fix FAISS CPU algorithm names in `raft-ann-bench` (#1916)
divyegala Oct 20, 2023
53c2539
[FEA] Improvements on bitset class (#1877)
lowener Oct 24, 2023
3b87796
Try using contiguous rank to fix cuda_visible_devices (#1926)
VibhuJawa Oct 25, 2023
c95d821
Relax ucx pinning (#1927)
vyasr Oct 25, 2023
adb18b1
Add `wiki_all` dataset config and documentation. (#1918)
cjnolet Oct 25, 2023
e10fc9f
Unpin `dask` and `distributed` for `23.12` development (#1925)
galipremsagar Oct 27, 2023
0d199f9
Set RNG seeds in NN Descent to diagnose flaky tests (#1931)
divyegala Oct 27, 2023
9ad76fa
Adding `throughput` and `latency` modes to `raft-ann-bench` (#1920)
cjnolet Oct 28, 2023
0d6597d
Add YAML config files to run parameter sweeps for ANN benchmarks (#1929)
divyegala Oct 31, 2023
f720605
Setup Consistent Nightly Versions for Pip and Conda (#1880)
divyegala Oct 31, 2023
4035534
Reduce NN Descent test threshold (#1946)
divyegala Oct 31, 2023
d504795
Brute Force Index documentation fix (#1944)
lowener Nov 1, 2023
67a796c
Fixes to new YAML config `raft-bench-ann` (#1945)
divyegala Nov 1, 2023
bae13e5
Add constraints to `hnswlib` in `raft-bench-ann` (#1949)
divyegala Nov 1, 2023
32a6026
Adding pool back in and fixing cagra benchmark params (#1951)
cjnolet Nov 2, 2023
d244beb
Fix `ucx-py` alpha version update for `raft-dask` (#1953)
divyegala Nov 2, 2023
b21cad3
Fix ANN bench latency (#1940)
tfeher Nov 3, 2023
64efd1e
Fixing hnswlib in latency mode (#1959)
cjnolet Nov 4, 2023
aa3e229
Remove unused header (#1960)
wphicks Nov 4, 2023
bafd2a8
Fix syncing mechanism in `raft-ann-bench` C++ search (#1961)
divyegala Nov 5, 2023
28eb0b3
[FEA] Support vector deletion in ANN IVF (#1831)
lowener Nov 6, 2023
dbfa2ea
Add ANN bench scripts to generate ground truth (#1967)
tfeher Nov 7, 2023
c7aa826
CAGRA ANN bench: parse build options for IVF-PQ build algo (#1912)
tfeher Nov 7, 2023
62c1687
Adding `dry-run` option to `raft-ann-bench` (#1970)
cjnolet Nov 7, 2023
42512f7
Add build and search params to `raft-ann-bench.data_export` CSVs (#1971)
divyegala Nov 8, 2023
27b23a2
Allow `raft-ann-bench/run` to continue after encountering bad YAML co…
divyegala Nov 8, 2023
061c0cf
Catching conversion errors in data_export instead of fully failing (#…
cjnolet Nov 9, 2023
d3a5314
ANN bench: use different offset for each thread (#1981)
tfeher Nov 9, 2023
9c38633
Verify conda-cpp-post-build-checks (#1935)
robertmaynard Nov 9, 2023
93e393d
Fix and improve one-block radix select (#1878)
yong-wang Nov 9, 2023
047bfb2
CAGRA build + HNSW search (#1956)
divyegala Nov 10, 2023
e5bea87
Use new `rapids-dask-dependency` metapackage for managing dask versio…
galipremsagar Nov 13, 2023
9110531
CAGRA graph optimizer: clamp rev_graph_count (#1987)
tfeher Nov 13, 2023
9f84648
Adjusting end-to-end start time so it doesn't include stream creation…
cjnolet Nov 14, 2023
e6fde8c
Fixes to update-version.sh (#1991)
raydouglass Nov 14, 2023
e86e75f
Skipping bad json parse (#1990)
cjnolet Nov 14, 2023
77bc461
Update select-k heuristic (#1985)
benfred Nov 14, 2023
31fcbf1
Remove static checks for serialization size (#1997)
cjnolet Nov 15, 2023
0f6ce22
ANN bench options to specify CAGRA graph and dataset locations (#1896)
cjnolet Nov 16, 2023
1704296
Using `EXPORT_SET` in `rapids_find_package_root` (#2006)
cjnolet Nov 16, 2023
a59405d
Add support for iterating over batches in bfknn (#1947)
benfred Nov 17, 2023
6e64e0f
Enable build concurrency for nightly and merge triggers. (#2011)
bdice Nov 17, 2023
52a5e4c
[FEA] Helpers and CodePacker for IVF-PQ (#1826)
tarang-jain Nov 17, 2023
3a7f33f
pylibraft only depends on numpy at runtime, not build time. (#2013)
bdice Nov 18, 2023
3f8a8b2
Pinning fmt and spdlog for raft-ann-bench-cpu (#2018)
cjnolet Nov 21, 2023
914c549
Pin actions/labeler to v4 [skip ci] (#2037)
raydouglass Dec 4, 2023
c5d60de
Update Changelog [skip ci]
raydouglass Dec 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .devcontainer/cuda11.8-conda/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"args": {
"CUDA": "11.8",
"PYTHON_PACKAGE_MANAGER": "conda",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda11.8-mambaforge-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-llvm16-cuda11.8-mambaforge-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/cuda11.8-pip/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"args": {
"CUDA": "11.8",
"PYTHON_PACKAGE_MANAGER": "pip",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda11.8-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-llvm16-cuda11.8-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/ucx:23.10": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/ucx:23.12": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/ucx",
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/cuda12.0-conda/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"args": {
"CUDA": "12.0",
"PYTHON_PACKAGE_MANAGER": "conda",
"BASE": "rapidsai/devcontainers:23.10-cpp-mambaforge-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-mambaforge-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/cuda12.0-pip/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"args": {
"CUDA": "12.0",
"PYTHON_PACKAGE_MANAGER": "pip",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda12.0-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-llvm16-cuda12.0-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/ucx:23.10": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/ucx:23.12": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/ucx",
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ on:
default: nightly

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
cpp-build:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -37,7 +37,7 @@ jobs:
python-build:
needs: [cpp-build]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -46,7 +46,7 @@ jobs:
upload-conda:
needs: [cpp-build, python-build]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -57,7 +57,7 @@ jobs:
if: github.ref_type == 'branch'
needs: python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-23.12
with:
arch: "amd64"
branch: ${{ inputs.branch }}
Expand All @@ -69,7 +69,7 @@ jobs:
sha: ${{ inputs.sha }}
wheel-build-pylibraft:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -79,7 +79,7 @@ jobs:
wheel-publish-pylibraft:
needs: wheel-build-pylibraft
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -89,7 +89,7 @@ jobs:
wheel-build-raft-dask:
needs: wheel-publish-pylibraft
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -99,7 +99,7 @@ jobs:
wheel-publish-raft-dask:
needs: wheel-build-raft-dask
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
33 changes: 21 additions & 12 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- checks
- conda-cpp-build
- conda-cpp-tests
- conda-cpp-checks
- conda-python-build
- conda-python-tests
- docs-build
Expand All @@ -24,41 +25,49 @@ jobs:
- wheel-tests-raft-dask
- devcontainer
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-23.12
checks:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-23.12
with:
enable_check_generated_files: false
conda-cpp-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.12
with:
build_type: pull-request
node_type: cpu16
conda-cpp-tests:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.12
with:
build_type: pull-request
conda-cpp-checks:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-23.12
with:
build_type: pull-request
enable_check_symbols: true
symbol_exclusions: (void (thrust::|cub::)|_ZN\d+raft_cutlass)
conda-python-build:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-23.12
with:
build_type: pull-request
conda-python-tests:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-23.12
with:
build_type: pull-request
docs-build:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-23.12
with:
build_type: pull-request
node_type: "gpu-v100-latest-1"
Expand All @@ -68,34 +77,34 @@ jobs:
wheel-build-pylibraft:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: pull-request
script: ci/build_wheel_pylibraft.sh
wheel-tests-pylibraft:
needs: wheel-build-pylibraft
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: pull-request
script: ci/test_wheel_pylibraft.sh
wheel-build-raft-dask:
needs: wheel-tests-pylibraft
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: pull-request
script: "ci/build_wheel_raft_dask.sh"
wheel-tests-raft-dask:
needs: wheel-build-raft-dask
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: pull-request
script: ci/test_wheel_raft_dask.sh
devcontainer:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-23.12
with:
build_command: |
sccache -z;
Expand Down
18 changes: 14 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,35 @@ on:
type: string

jobs:
conda-cpp-checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
enable_check_symbols: true
symbol_exclusions: (void (thrust::|cub::)|_ZN\d+raft_cutlass)
conda-cpp-tests:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
conda-python-tests:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
wheel-tests-pylibraft:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand All @@ -41,7 +51,7 @@ jobs:
script: ci/test_wheel_pylibraft.sh
wheel-tests-raft-dask:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand Down
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ repos:
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-json

default_language_version:
python: python3
Loading
Loading