Skip to content

Commit

Permalink
Temp: Comment out VS2019 installation
Browse files Browse the repository at this point in the history
As it should be part of the AMI
  • Loading branch information
malfet committed May 3, 2023
1 parent e89a086 commit e919e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/internal/smoke_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ goto end
:libtorch
echo "install and test libtorch"

if "%VC_YEAR%" == "2019" powershell internal\vs2019_install.ps1
if "%VC_YEAR%" == "2022" powershell internal\vs2022_install.ps1
REM if "%VC_YEAR%" == "2019" powershell internal\vs2019_install.ps1
REM if "%VC_YEAR%" == "2022" powershell internal\vs2022_install.ps1

if ERRORLEVEL 1 exit /b 1
REM if ERRORLEVEL 1 exit /b 1

for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *-latest.zip') do 7z x "%%i" -otmp
if ERRORLEVEL 1 exit /b 1
Expand Down

0 comments on commit e919e17

Please sign in to comment.