Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
mantaionut committed Jan 27, 2024
1 parent 2b0bca8 commit 86ee112
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions windows/internal/smoke_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,11 @@ for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *') do (
xcopy "%%i" %NO_ARCH_PATH% /Y
)
if errorlevel 1 exit /b 1
echo pytorch Version: %PYTORCH_VERSION%

call conda index %PYTORCH_FINAL_PACKAGE_DIR%
if errorlevel 1 exit /b 1

call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_VERSION% -c pytorch -c numba/label/dev -c nvidia
echo "after conda install"
echo on
echo "another test"
if ERRORLEVEL 1 exit /b 1
call conda install -yq numpy
if ERRORLEVEL 1 exit /b 1
Expand Down

0 comments on commit 86ee112

Please sign in to comment.