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 ab18626 commit b0d3944Copy full SHA for b0d3944
1 file changed
download.sh
@@ -36,7 +36,7 @@ case $VARIANT in
36
doIt linux-x86_64 "" linux-x64 tgz so
37
;;
38
linux-x86_64-gpu)
39
- doIt linux-x86_64 -gpu linux-x64-gpu tgz so
+ doIt linux-x86_64 -gpu linux-x64-gpu_cuda13 tgz so
40
41
osx-aarch_64)
42
doIt osx-aarch_64 "" osx-arm64 tgz dylib
@@ -48,6 +48,6 @@ case $VARIANT in
48
doIt windows-x86_64 "" win-x64 zip dll
49
50
windows-x86_64-gpu)
51
- doIt windows-x86_64 -gpu win-x64-gpu zip dll
+ doIt windows-x86_64 -gpu win-x64-gpu_cuda13 zip dll
52
53
esac
0 commit comments