Skip to content

Commit

Permalink
.github/workflows/windows-ort.yml: update ort; update cuda to 12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Apr 25, 2024
1 parent ed222e2 commit 9934026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ jobs:
- name: Download ONNX Runtime Precompilation
run: |
curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-7983-g9001c69b84-240419-0832/onnxruntime-gpu-win64.zip
curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-8036-geb41d57f21-240425-0428/onnxruntime-gpu-win64.zip
unzip -q ortgpu.zip
- name: Cache CUDA
id: cache-cuda
uses: actions/cache@v4
with:
path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA
key: ${{ runner.os }}-cuda-12.4.0
key: ${{ runner.os }}-cuda-12.4.1

- name: Setup CUDA
if: steps.cache-cuda.outputs.cache-hit != 'true'
run: |
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.4.0/network_installers/cuda_12.4.0_windows_network.exe
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.4.1/network_installers/cuda_12.4.1_windows_network.exe
cuda_installer.exe -s nvcc_12.4 cudart_12.4
- name: Configure
Expand Down

0 comments on commit 9934026

Please sign in to comment.