File tree Expand file tree Collapse file tree
aws/ami/windows/scripts/Installers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ $VS_VERSION_major = [int] ${env:VS_VERSION}.split(".")[0]
77
88$VS_DOWNLOAD_LINK = " https://aka.ms/vs/$VS_VERSION_major /release/vs_BuildTools.exe"
99
10- # Pin to older vs_buildtools version for cuda 11.8 and 12.1 builds
11- # see issue: https://github.com/nerfstudio-project/nerfstudio /issues/3157
10+ # Select latest LTSC version: 17.12, from https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history
11+ # The early version which fixed illegal instruction is 17.9.4, from https://github.com/pytorch/pytorch /issues/145702#issuecomment-2863244306
1212if ( ${env: VS_YEAR} -eq " 2022" ) {
13- $VS_DOWNLOAD_LINK = " https://aka.ms/vs/17/release.ltsc.17.8 /vs_buildtools.exe"
13+ $VS_DOWNLOAD_LINK = " https://aka.ms/vs/17/release.ltsc.17.12 /vs_buildtools.exe"
1414}
1515
1616$COLLECT_DOWNLOAD_LINK = " https://aka.ms/vscollect.exe"
You can’t perform that action at this time.
0 commit comments