We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0bca8 commit 86ee112Copy full SHA for 86ee112
windows/internal/smoke_test.bat
@@ -103,15 +103,11 @@ for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *') do (
103
xcopy "%%i" %NO_ARCH_PATH% /Y
104
)
105
if errorlevel 1 exit /b 1
106
-echo pytorch Version: %PYTORCH_VERSION%
107
108
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
109
110
111
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_VERSION% -c pytorch -c numba/label/dev -c nvidia
112
-echo "after conda install"
113
-echo on
114
-echo "another test"
115
if ERRORLEVEL 1 exit /b 1
116
call conda install -yq numpy
117
0 commit comments