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 3b2506b commit a863b08Copy full SHA for a863b08
windows/internal/smoke_test.bat
@@ -98,7 +98,7 @@ if ERRORLEVEL 1 exit /b 1
98
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
99
if errorlevel 1 exit /b 1
100
echo "before conda install"
101
-call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch -c pytorch -c numba/label/dev -c nvidia
+call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
102
echo "after conda install"
103
echo on
104
echo "another test"
0 commit comments