Skip to content

Commit b58076e

Browse files
committed
cudnn 9.14
1 parent f428aac commit b58076e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/github/azure-pipelines/py-cuda13-packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ extends:
5050
parameters:
5151
cmake_build_type: ${{ parameters.cmake_build_type }}
5252
cuda_version: '13.0'
53-
cudnn_folder: '9.13.0.50_cuda13'
53+
cudnn_folder: '9.14.0.64_cuda13'
5454
cmake_cuda_archs: '75-real;80-real;86-real;89-real;90-real;100-real;120-real;120-virtual'
5555
docker_base_image: 'onnxruntimebuildcache.azurecr.io/internal/azureml/onnxruntime/build/cuda13_x64_almalinux8_gcc14:20251107.1'

tools/ci_build/github/azure-pipelines/templates/jobs/download_win_gpu_library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
- 12.8
1414
- name: CudnnFolder
1515
type: string
16-
default: '9.13.0.50_cuda13'
16+
default: '9.14.0.64_cuda13'
1717

1818
steps:
1919
- ${{ if eq(parameters.DownloadCUDA, true) }}:

0 commit comments

Comments
 (0)