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:
Saman Khatir
2025-09-18 14:22:03 +00:00
committed by PyTorch MergeBot
parent 8bc4a467a7
commit 1330c638be

View File

@ -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()
)