mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08: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:
committed by
PyTorch MergeBot
parent
8bc4a467a7
commit
1330c638be
@ -244,7 +244,7 @@ if sys.platform == "win32":
|
||||
textwrap.dedent(
|
||||
"""
|
||||
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()
|
||||
)
|
||||
|
Reference in New Issue
Block a user