We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f192a2 commit 9515233Copy full SHA for 9515233
1 file changed
.github/workflows/windows-ort.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Download ONNX Runtime Precompilation
92
run: |
93
- curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-10488-g4754a1d64e-250830-1356/onnxruntime-gpu-win64.zip
+ curl -s -o ortgpu.zip -LJO https://github.com/AmusementClub/onnxruntime/releases/download/orttraining_rc2-10488-g4754a1d64e-250831-1153/onnxruntime-gpu-win64.zip
94
unzip -q ortgpu.zip
95
96
- name: Restore cached CUDA
0 commit comments