mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Update Microsoft C++ Redistributable to the latest version (#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: https://github.com/pytorch/pytorch/pull/161430 Approved by: https://github.com/malfet
This commit is contained in:
parent
8bc4a467a7
commit
1330c638be
|
|
@ -244,7 +244,7 @@ if sys.platform == "win32":
|
||||||
textwrap.dedent(
|
textwrap.dedent(
|
||||||
"""
|
"""
|
||||||
Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
|
Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
|
||||||
It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
|
It can be downloaded at https://aka.ms/vs/17/release/vc_redist.x64.exe
|
||||||
"""
|
"""
|
||||||
).strip()
|
).strip()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user