From 368bdfd936a1522ed9b21fe3471d01d074d8847d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 11 Oct 2019 10:06:50 -0700 Subject: [PATCH] Update README.md (#2070) Update the vcredist package link Note: Visual C++ 2015, 2017 and 2019 all share the same redistributable files. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6804b197af..f3db686474 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Additional dockerfiles for some features can be found [here](./dockerfiles). * ONNX Runtime binaries in the CPU packages use OpenMP and depend on the library being available at runtime in the system. * For Windows, **OpenMP** support comes as part of VC runtime. It is also available as redist packages: - [vc_redist.x64.exe](https://aka.ms/vs/15/release/vc_redist.x64.exe) and [vc_redist.x86.exe](https://aka.ms/vs/15/release/vc_redist.x86.exe) + [vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe) and [vc_redist.x86.exe](https://aka.ms/vs/16/release/vc_redist.x86.exe) * For Linux, the system must have **libgomp.so.1** which can be installed using `apt-get install libgomp1`. * GPU builds require CUDA runtime libraries being installed on the system: * Version: **CUDA 10.0** and **cuDNN 7.3**