Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
4a735b8e
Unverified
Commit
4a735b8e
authored
Sep 29, 2021
by
Yi Zhang
Committed by
GitHub
Sep 29, 2021
Browse files
update windows cuda installer 11.1.0 to 11.1.1 (#1795)
* 11.1.0 to 11.1.1 * Fix typo
parent
b75e3bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
packaging/windows/internal/cuda_install.bat
packaging/windows/internal/cuda_install.bat
+3
-3
No files found.
packaging/windows/internal/cuda_install.bat
View file @
4a735b8e
...
...
@@ -127,10 +127,10 @@ goto cuda_common
:cuda
111
if
not
exist
"
%SRC_DIR%
\temp_build\cuda_11.1.
0
_456.
43
_win10.exe"
(
curl
-k -L
https
://ossci
-windows
.s3.amazonaws.com/cuda_11.1.
0
_456.
43
_win10.exe
--output
"
%SRC_DIR%
\temp_build\cuda_11.1.
0
_456.
43
_win10.exe"
if
not
exist
"
%SRC_DIR%
\temp_build\cuda_11.1.
1
_456.
81
_win10.exe"
(
curl
-k -L
https
://ossci
-windows
.s3.amazonaws.com/cuda_11.1.
1
_456.
81
_win10.exe
--output
"
%SRC_DIR%
\temp_build\cuda_11.1.
1
_456.
81
_win10.exe"
if
errorlevel
1
exit
/b
1
set
"CUDA_SETUP_FILE=
%SRC_DIR%
\temp_build\cuda_11.1.
0
_456.
43
_win10.exe"
set
"CUDA_SETUP_FILE=
%SRC_DIR%
\temp_build\cuda_11.1.
1
_456.
81
_win10.exe"
set
"ARGS=nvcc_11.1 cuobjdump_11.1 nvprune_11.1 nvprof_11.1 cupti_11.1 cublas_11.1 cublas_dev_11.1 cudart_11.1 cufft_11.1 cufft_dev_11.1 curand_11.1 curand_dev_11.1 cusolver_11.1 cusolver_dev_11.1 cusparse_11.1 cusparse_dev_11.1 npp_11.1 npp_dev_11.1 nvrtc_11.1 nvrtc_dev_11.1 nvml_dev_11.1"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment