Skip to content

Commit 3ac56f4

Browse files
.github/workflows/windows-ort.yml: update to cuda 13.0.1
1 parent fe6c2ae commit 3ac56f4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/windows-ort.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@ jobs:
9090
9191
- name: Download ONNX Runtime Precompilation
9292
run: |
93-
curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-10488-g4754a1d64e-250831-1153/onnxruntime-gpu-win64.zip
93+
curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-10525-gecb26fb775-250906-0716/onnxruntime-gpu-win64.zip
9494
unzip -q ortgpu.zip
9595
9696
- name: Restore cached CUDA
9797
id: cache-cuda
9898
uses: actions/cache/restore@v4
9999
with:
100100
path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA
101-
key: ${{ runner.os }}-cuda-12.9.1
101+
key: ${{ runner.os }}-cuda-13.0.1
102102

103103
- name: Setup CUDA
104104
if: steps.cache-cuda.outputs.cache-hit != 'true'
105105
run: |
106-
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.9.1/network_installers/cuda_12.9.1_windows_network.exe
107-
cuda_installer.exe -s nvcc_12.9 cudart_12.9
106+
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/13.0.1/network_installers/cuda_13.0.1_windows_network.exe
107+
cuda_installer.exe -s nvcc_13.0 cudart_12.0 crt_13.0 nvptxcompiler_13.0
108108
109109
- name: Save CUDA
110110
if: steps.cache-cuda.outputs.cache-hit != 'true'
@@ -122,7 +122,7 @@ jobs:
122122
-D ONNX_RUNTIME_API_DIRECTORY=onnxruntime-gpu\include\onnxruntime
123123
-D ONNX_RUNTIME_LIB_DIRECTORY=onnxruntime-gpu\lib
124124
-D ENABLE_CUDA=1
125-
-D CUDAToolkit_ROOT="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9"
125+
-D CUDAToolkit_ROOT="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0"
126126
-D ENABLE_DML=1
127127
-D CMAKE_CXX_STANDARD=20
128128

0 commit comments

Comments
 (0)