Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
7a5f98b
Add changes script to address new changes
rgsl888prabhu May 29, 2025
2c79ecf
update for libcuopt
rgsl888prabhu May 30, 2025
2487ef1
Add other instances
rgsl888prabhu May 30, 2025
5f87c6f
Add for libcuopt in pyrpject
rgsl888prabhu May 30, 2025
39aebad
fix quick start
rgsl888prabhu May 30, 2025
31a7a3a
update workflow
rgsl888prabhu May 30, 2025
94ed420
fix docker tag
rgsl888prabhu May 30, 2025
84fafd0
fix quick start
rgsl888prabhu May 30, 2025
08756f9
fix pip install
rgsl888prabhu May 30, 2025
638d148
add *
rgsl888prabhu May 30, 2025
40fbb85
bump cuopt to 25.08
rgsl888prabhu May 30, 2025
6d84352
update
rgsl888prabhu May 30, 2025
9c4cd44
bump rapids version
rgsl888prabhu May 30, 2025
3a83829
style
rgsl888prabhu May 30, 2025
d86d7e6
Merge branch 'branch-25.08' into bump_rapids_and_cuopt_version
rgsl888prabhu Jun 2, 2025
91f4ffa
Enable python 3.13
rgsl888prabhu Jun 2, 2025
51fa2f2
Merge branch 'branch-25.08' of github.com:nvidia/cuopt into bump_rapi…
rgsl888prabhu Jun 2, 2025
ffc51cf
fix unary_function issue
rgsl888prabhu Jun 2, 2025
55bdca0
Fix compile errors
hlinsen Jun 2, 2025
aa4e27a
Merge branch 'bump_rapids_and_cuopt_version' of github.com:rgsl888pra…
hlinsen Jun 2, 2025
094990c
Reorder includes
hlinsen Jun 2, 2025
88cfeb7
Add scatter.h
rgsl888prabhu Jun 2, 2025
76e465a
add rmm to deps
rgsl888prabhu Jun 2, 2025
ca10c8f
Merge branch 'bump_rapids_and_cuopt_version' of github.com:rgsl888pra…
rgsl888prabhu Jun 2, 2025
1261dc2
style
rgsl888prabhu Jun 2, 2025
af238b9
Add cuda 12.9
rgsl888prabhu Jun 2, 2025
13b5c4c
remove nvjitlink
rgsl888prabhu Jun 2, 2025
81410bc
fix style
rgsl888prabhu Jun 2, 2025
62ef0a0
fix libcuopt build
rgsl888prabhu Jun 3, 2025
2a625f4
fix pyproject
rgsl888prabhu Jun 3, 2025
9631b5a
add setutool deps
rgsl888prabhu Jun 3, 2025
482496b
update dask deps
rgsl888prabhu Jun 3, 2025
c5b0dbe
Update numba cuda deps
rgsl888prabhu Jun 3, 2025
310cbaa
fix numba requirement
rgsl888prabhu Jun 3, 2025
ca26990
update deps
rgsl888prabhu Jun 3, 2025
41e9904
rerun CI
rgsl888prabhu Jun 3, 2025
139d347
update uvicorn
rgsl888prabhu Jun 4, 2025
3a63072
update deps
rgsl888prabhu Jun 4, 2025
daeda97
Fix rmm issue and routing
rgsl888prabhu Jun 4, 2025
213ce87
fix tests
rgsl888prabhu Jun 4, 2025
758ca7c
Enable debug build
rgsl888prabhu Jun 5, 2025
2de0673
fix debug
rgsl888prabhu Jun 5, 2025
671a333
fix options
rgsl888prabhu Jun 5, 2025
a4b416e
revert debug
rgsl888prabhu Jun 5, 2025
95e6694
uncomment
rgsl888prabhu Jun 5, 2025
3e42651
disable cli test
rgsl888prabhu Jun 11, 2025
7dbe18c
enable cli testing python suite
rgsl888prabhu Jun 11, 2025
00b512e
Merge branch 'branch-25.08' of github.com:NVIDIA/cuopt into bump_rapi…
rgsl888prabhu Jun 11, 2025
89331dc
Merge branch 'branch-25.08' into bump_rapids_and_cuopt_version
rgsl888prabhu Jun 11, 2025
a5ca844
Merge branch 'branch-25.08' into bump_rapids_and_cuopt_version
rgsl888prabhu Jun 12, 2025
6df726f
enable debug for cli and fix raft issue
rgsl888prabhu Jun 12, 2025
6adcab0
fix style
rgsl888prabhu Jun 12, 2025
7f9f49a
enable debug in cuopt cli
rgsl888prabhu Jun 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
cpp-build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
with:
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
build_type: ${{ inputs.build_type || 'branch' }}
Expand All @@ -39,7 +39,7 @@ jobs:
python-build:
needs: [cpp-build]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
with:
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
build_type: ${{ inputs.build_type || 'branch' }}
Expand All @@ -58,14 +58,14 @@ jobs:
sha: ${{ inputs.sha }}
wheel-build-cuopt-mps-parser:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
script: ci/build_wheel_cuopt_mps_parser.sh
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
package-name: cuopt_mps_parser
package-type: python
append-cuda-suffix: false
Expand All @@ -83,7 +83,7 @@ jobs:
wheel-build-libcuopt:
needs: wheel-build-cuopt-mps-parser
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -107,9 +107,9 @@ jobs:
wheel-build-cuopt:
needs: [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
Expand All @@ -131,9 +131,9 @@ jobs:
wheel-build-cuopt-server:
needs: wheel-build-cuopt
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
Expand All @@ -156,7 +156,7 @@ jobs:
# if: inputs.build_type == 'nightly' || github.ref_type == 'branch'
# needs: [python-build]
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
# with:
# build_type: ${{ inputs.build_type || 'branch' }}
# node_type: "gpu-l4-latest-1"
Expand All @@ -169,14 +169,14 @@ jobs:
wheel-build-cuopt-sh-client:
needs: wheel-build-cuopt
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
script: ci/build_wheel_cuopt_sh_client.sh
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
package-name: cuopt_sh_client
package-type: python
append-cuda-suffix: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- cuopt_version: "25.05"
- cuopt_version: "25.08"
steps:
- uses: actions/checkout@v3
- name: Trigger Pipeline
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
include:
- cuopt_version: "25.05"
- cuopt_version: "25.08"
steps:
- uses: actions/checkout@v3
- name: Trigger Test
Expand Down
50 changes: 25 additions & 25 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- wheel-build-cuopt-sh-client
- test-self-hosted-server
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.08
changed-files:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.08
with:
files_yaml: |
test_cpp:
Expand Down Expand Up @@ -96,49 +96,49 @@ jobs:
- '!python/nvcf_client/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.08
with:
enable_check_generated_files: false

conda-cpp-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
with:
build_type: pull-request
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/build_cpp.sh
conda-cpp-tests:
needs: [conda-cpp-build, changed-files]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
with:
build_type: pull-request
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_cpp.sh
conda-python-build:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
with:
build_type: pull-request
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/build_python.sh
conda-python-tests:
needs: [conda-python-build, changed-files]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
run_codecov: false
build_type: pull-request
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_python.sh
#docs-build:
# needs: checks
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
# with:
# build_type: pull-request
# node_type: "cpu4"
Expand All @@ -148,7 +148,7 @@ jobs:
#conda-notebook-tests:
# needs: [conda-python-build, changed-files]
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
# uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
# #if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
# with:
# build_type: pull-request
Expand All @@ -158,18 +158,18 @@ jobs:
# run_script: "ci/test_notebooks.sh"
wheel-build-cuopt-mps-parser:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: pull-request
script: ci/build_wheel_cuopt_mps_parser.sh
package-name: cuopt_mps_parser
package-type: python
append-cuda-suffix: false
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
wheel-build-libcuopt:
needs: wheel-build-cuopt-mps-parser
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
# build for every combination of arch and CUDA version, but only for the latest Python
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER == "3.12"))
Expand All @@ -180,51 +180,51 @@ jobs:
wheel-build-cuopt:
needs: [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: pull-request
script: ci/build_wheel_cuopt.sh
package-name: cuopt
package-type: python
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
wheel-tests-cuopt:
needs: [wheel-build-cuopt, wheel-build-cuopt-mps-parser, changed-files]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_cuopt
with:
build_type: pull-request
script: ci/test_wheel_cuopt.sh
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
wheel-build-cuopt-server:
needs: wheel-build-cuopt
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: pull-request
script: ci/build_wheel_cuopt_server.sh
package-name: cuopt_server
package-type: python
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
wheel-build-cuopt-sh-client:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
with:
build_type: pull-request
script: ci/build_wheel_cuopt_sh_client.sh
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
package-name: cuopt_sh_client
package-type: python
append-cuda-suffix: false
wheel-tests-cuopt-server:
needs: [wheel-build-cuopt-server, changed-files]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
#if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_cuopt_server
with:
build_type: pull-request
script: ci/test_wheel_cuopt_server.sh
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
test-self-hosted-server:
needs: [wheel-build-cuopt-server, changed-files]
secrets: inherit
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/service_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ jobs:
with:
context: .
push: true
tags: nvcr.io/j9mrpofbmtxd/test/cuopt:25.05
tags: nvcr.io/j9mrpofbmtxd/test/cuopt:25.08
file: ci/build-service.Dockerfile
build-args: |
nspect_id="NSPECT-LZ5P-VOVE"
arch=amd

- name: Push image to prod env
run: |
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.05 nvcr.io/0616513341838337/cuopt:nightly
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.05 nvcr.io/0616513341838337/cuopt:25.05
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.08 nvcr.io/0616513341838337/cuopt:nightly
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.08 nvcr.io/0616513341838337/cuopt:25.08

docker push nvcr.io/0616513341838337/cuopt:nightly
docker push nvcr.io/0616513341838337/cuopt:25.05
docker push nvcr.io/0616513341838337/cuopt:25.08

managed-service-nightly-arm:
name: Managed service nightly build for ARM architecture
Expand Down Expand Up @@ -186,16 +186,16 @@ jobs:
with:
context: .
push: true
tags: nvcr.io/j9mrpofbmtxd/test/cuopt:25.05.arm
tags: nvcr.io/j9mrpofbmtxd/test/cuopt:25.08.arm
file: ci/build-service.Dockerfile
build-args: |
nspect_id="NSPECT-LZ5P-VOVE"
arch=arm

- name: Push image to prod env
run: |
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.05.arm nvcr.io/0616513341838337/cuopt:nightly.arm
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.05.arm nvcr.io/0616513341838337/cuopt:25.05.arm
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.08.arm nvcr.io/0616513341838337/cuopt:nightly.arm
docker tag nvcr.io/j9mrpofbmtxd/test/cuopt:25.08.arm nvcr.io/0616513341838337/cuopt:25.08.arm

docker push nvcr.io/0616513341838337/cuopt:nightly.arm
docker push nvcr.io/0616513341838337/cuopt:25.05.arm
docker push nvcr.io/0616513341838337/cuopt:25.08.arm
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,42 @@ on:
jobs:
conda-cpp-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_cpp.sh
conda-python-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
with:
run_codecov: false
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_python.sh
wheel-tests-cuopt:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_wheel_cuopt.sh
wheel-tests-cuopt-server:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
with:
build_type: ${{ inputs.build_type }}
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
matrix_filter: map(select((.CUDA_VER | startswith("12")) and .PY_VER != "3.13"))
matrix_filter: map(select((.CUDA_VER | startswith("12"))))
script: ci/test_wheel_cuopt_server.sh
2 changes: 1 addition & 1 deletion .github/workflows/trigger-breaking-change-alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
trigger-notifier:
if: contains(github.event.pull_request.labels.*.name, 'breaking')
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.08
with:
sender_login: ${{ github.event.sender.login }}
sender_avatar: ${{ github.event.sender.avatar_url }}
Expand Down
2 changes: 1 addition & 1 deletion RAPIDS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.04.00
25.08.00
Loading
Loading