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 9cfbff0 commit ca4892fCopy full SHA for ca4892f
windows/internal/smoke_test.bat
@@ -96,7 +96,7 @@ for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.tar.bz2')
96
if ERRORLEVEL 1 exit /b 1
97
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
98
if errorlevel 1 exit /b 1
99
-call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
+call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
100
101
102
0 commit comments