File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aws/ami/windows/scripts/Installers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ $VS_VERSION_major = [int] ${env:VS_VERSION}.split(".")[0]
7
7
8
8
$VS_DOWNLOAD_LINK = " https://aka.ms/vs/$VS_VERSION_major /release/vs_BuildTools.exe"
9
9
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
12
12
if ( ${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"
14
14
}
15
15
16
16
$COLLECT_DOWNLOAD_LINK = " https://aka.ms/vscollect.exe"
You can’t perform that action at this time.
0 commit comments