Skip to content

Commit 7bbadd2

Browse files
committed
* Upgrade presets for cuDNN 9.19.0.56, NCCL 2.29.3, CPython 3.14.3, NumPy 2.4.2, Triton Inference Server 2.65.0
1 parent 9e534b9 commit 7bbadd2

70 files changed

Lines changed: 153 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/deploy-ubuntu/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ runs:
5050
export ARCH_CUDA=sbsa
5151
export PREFIX=aarch64-linux-gnu
5252
export CUDA=cuda-repo-rhel8-13-1-local-13.1.1_590.48.01-1.aarch64.rpm
53-
export CUDNN=cuda-13-9.18.1.3-1.aarch64
54-
export NCCL=2.29.2-1+cuda13.1.aarch64
53+
export CUDNN=cuda-13-9.19.0.56-1.aarch64
54+
export NCCL=2.29.3-1+cuda13.1.aarch64
5555
export NVCOMP=nvcomp-linux-sbsa-5.1.0.21_cuda13-archive
5656
export USERLAND_BUILDME="buildme --aarch64"
5757
elif [[ "$CI_DEPLOY_PLATFORM" == "linux-ppc64le" ]]; then
@@ -72,8 +72,8 @@ runs:
7272
export ARCH_CUDA=x86_64
7373
export PREFIX=x86_64-linux-gnu
7474
export CUDA=cuda-repo-rhel8-13-1-local-13.1.1_590.48.01-1.x86_64.rpm
75-
export CUDNN=cuda-13-9.18.1.3-1.x86_64
76-
export NCCL=2.29.2-1+cuda13.1.x86_64
75+
export CUDNN=cuda-13-9.19.0.56-1.x86_64
76+
export NCCL=2.29.3-1+cuda13.1.x86_64
7777
export NVCOMP=nvcomp-linux-x86_64-5.1.0.21_cuda13-archive
7878
fi
7979
echo "ARCH=$ARCH" >> $GITHUB_ENV

.github/actions/deploy-windows/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ runs:
129129
if "%CI_DEPLOY_PLATFORM%"=="windows-x86_64" if not "%CI_DEPLOY_NEED_CUDA%"=="" (
130130
echo Installing CUDA, cuDNN, nvCOMP, etc
131131
curl -LO https://developer.download.nvidia.com/compute/cuda/13.1.1/local_installers/cuda_13.1.1_windows.exe
132-
curl -LO https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.18.1.3_cuda13-archive.zip
132+
curl -LO https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-9.19.0.56_cuda13-archive.zip
133133
curl -LO http://www.winimage.com/zLibDll/zlib123dllx64.zip
134134
curl -LO https://developer.download.nvidia.com/compute/nvcomp/redist/nvcomp/windows-x86_64/nvcomp-windows-x86_64-5.1.0.21_cuda13-archive.zip
135135
cuda_13.1.1_windows.exe -s
136-
unzip cudnn-windows-x86_64-9.18.1.3_cuda13-archive.zip
136+
unzip cudnn-windows-x86_64-9.19.0.56_cuda13-archive.zip
137137
unzip zlib123dllx64.zip
138138
unzip nvcomp-windows-x86_64-5.1.0.21_cuda13-archive.zip
139-
move cudnn-windows-x86_64-9.18.1.3_cuda13-archive\bin\x64\*.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\bin\x64"
140-
move cudnn-windows-x86_64-9.18.1.3_cuda13-archive\include\*.h "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\include"
141-
move cudnn-windows-x86_64-9.18.1.3_cuda13-archive\lib\x64\*.lib "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\lib\x64"
139+
move cudnn-windows-x86_64-9.19.0.56_cuda13-archive\bin\x64\*.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\bin\x64"
140+
move cudnn-windows-x86_64-9.19.0.56_cuda13-archive\include\*.h "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\include"
141+
move cudnn-windows-x86_64-9.19.0.56_cuda13-archive\lib\x64\*.lib "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\lib\x64"
142142
move dll_x64\zlibwapi.dll "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\bin\x64"
143143
move nvcomp-windows-x86_64-5.1.0.21_cuda13-archive\include\* "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\include"
144144
move nvcomp-windows-x86_64-5.1.0.21_cuda13-archive\include\nvcomp "%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.1\include"

.github/workflows/tritonserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
linux-x86_64:
2121
runs-on: ubuntu-22.04
22-
container: nvcr.io/nvidia/tritonserver:25.12-pyt-python-py3
22+
container: nvcr.io/nvidia/tritonserver:26.01-pyt-python-py3
2323
steps:
2424
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
2525
platform:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Introduce CUDA-enabled `linux-arm64-gpu` builds to presets for OpenCV ([pull #1651](https://github.com/bytedeco/javacpp-presets/pull/1651))
2020
* Reenable again `linux-arm64` builds for CPython and NumPy ([pull #1652](https://github.com/bytedeco/javacpp-presets/pull/1652))
2121
* Bundle libraries for VA-API 2.x with FFmpeg to avoid loading issues ([issue bytedeco/javacv#2340](https://github.com/bytedeco/javacv/issues/2340))
22-
* Upgrade presets for OpenCV 4.13.0, FFmpeg 8.0.1, MKL 2025.3.1, DNNL 3.10.2, OpenBLAS 0.3.31, CUDA 13.1.1, cuDNN 9.18.1.3, NCCL 2.29.2, nvCOMP 5.1.0.21, NVIDIA Video Codec SDK 13.0.37, CPython 3.14.2, NumPy 2.4.1, SciPy 1.17.0, LLVM 21.1.8, libffi 3.5.2, Leptonica 1.87.0, Tesseract 5.5.2, PyTorch 2.10.0, SentencePiece 0.2.1, TensorFlow Lite 2.20.0, TensorRT 10.15.1.29, Triton Inference Server 2.64.0, ONNX 1.20.1, ONNX Runtime 1.23.2, and their dependencies
22+
* Upgrade presets for OpenCV 4.13.0, FFmpeg 8.0.1, MKL 2025.3.1, DNNL 3.10.2, OpenBLAS 0.3.31, CUDA 13.1.1, cuDNN 9.19.0.56, NCCL 2.29.3, nvCOMP 5.1.0.21, NVIDIA Video Codec SDK 13.0.37, CPython 3.14.3, NumPy 2.4.2, SciPy 1.17.0, LLVM 21.1.8, libffi 3.5.2, Leptonica 1.87.0, Tesseract 5.5.2, PyTorch 2.10.0, SentencePiece 0.2.1, TensorFlow Lite 2.20.0, TensorRT 10.15.1.29, Triton Inference Server 2.65.0, ONNX 1.20.1, ONNX Runtime 1.23.2, and their dependencies
2323

2424
### June 30, 2025 version 1.5.12
2525
* Add presets for the CUFILE module of CUDA

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
217217
* Caffe 1.0 https://github.com/BVLC/caffe
218218
* OpenPose 1.7.0 https://github.com/CMU-Perceptual-Computing-Lab/openpose
219219
* CUDA 13.1.x https://developer.nvidia.com/cuda-downloads
220-
* cuDNN 9.18.x https://developer.nvidia.com/cudnn
220+
* cuDNN 9.19.x https://developer.nvidia.com/cudnn
221221
* NCCL 2.29.x https://developer.nvidia.com/nccl
222222
* nvCOMP 5.1.x https://developer.nvidia.com/nvcomp
223223
* NVIDIA Video Codec SDK 13.0.x https://developer.nvidia.com/nvidia-video-codec-sdk

cpython/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Introduction
1414
------------
1515
This directory contains the JavaCPP Presets module for:
1616

17-
* CPython 3.14.2 https://www.python.org/
17+
* CPython 3.14.3 https://www.python.org/
1818

1919
Please refer to the parent README.md file for more detailed information about the JavaCPP Presets.
2020

@@ -54,7 +54,7 @@ We can use [Maven 3](http://maven.apache.org/) to download and install automatic
5454
<dependency>
5555
<groupId>org.bytedeco</groupId>
5656
<artifactId>cpython-platform</artifactId>
57-
<version>3.14.2-1.5.13-SNAPSHOT</version>
57+
<version>3.14.3-1.5.13-SNAPSHOT</version>
5858
</dependency>
5959
</dependencies>
6060
<build>

cpython/cppbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if [[ -z "$PLATFORM" ]]; then
77
exit
88
fi
99

10-
OPENSSL=openssl-3.5.4
11-
CPYTHON_VERSION=3.14.2
10+
OPENSSL=openssl-3.5.5
11+
CPYTHON_VERSION=3.14.3
1212
download https://www.openssl.org/source/$OPENSSL.tar.gz $OPENSSL.tar.gz
1313
download https://www.python.org/ftp/python/$CPYTHON_VERSION/Python-$CPYTHON_VERSION.tgz Python-$CPYTHON_VERSION.tgz
1414

cpython/platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cpython-platform</artifactId>
15-
<version>3.14.2-${project.parent.version}</version>
15+
<version>3.14.3-${project.parent.version}</version>
1616
<name>JavaCPP Presets Platform for CPython</name>
1717

1818
<properties>

cpython/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.bytedeco</groupId>
1313
<artifactId>cpython</artifactId>
14-
<version>3.14.2-${project.parent.version}</version>
14+
<version>3.14.3-${project.parent.version}</version>
1515
<name>JavaCPP Presets for CPython</name>
1616

1717
<dependencies>

cpython/samples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<version>1.5.13-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>Simple</exec.mainClass>
8-
<maven.compiler.source>1.7</maven.compiler.source>
9-
<maven.compiler.target>1.7</maven.compiler.target>
8+
<maven.compiler.source>1.8</maven.compiler.source>
9+
<maven.compiler.target>1.8</maven.compiler.target>
1010
</properties>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cpython-platform</artifactId>
15-
<version>3.14.2-1.5.13-SNAPSHOT</version>
15+
<version>3.14.3-1.5.13-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

0 commit comments

Comments
 (0)