Skip to content

Commit 3e8a062

Browse files
Update Microsoft C++ Redistributable to the latest version (pytorch#164369)
Update Microsoft C++ Redistributable to the latest version (pytorch#161430) Update Microsoft C++ Redistributable link to the latest version as one of the libraries used by AMD currently has a dependency on that. Pull Request resolved: pytorch#161430 Approved by: https://github.com/malfet (cherry picked from commit 1330c63) Co-authored-by: Saman Khatir <[email protected]>
1 parent 3abee62 commit 3e8a062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def _load_dll_libraries() -> None:
244244
textwrap.dedent(
245245
"""
246246
Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
247-
It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
247+
It can be downloaded at https://aka.ms/vs/17/release/vc_redist.x64.exe
248248
"""
249249
).strip()
250250
)

0 commit comments

Comments
 (0)