This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ set "PATH=%CONDA_HOME%;%CONDA_HOME%\scripts;%CONDA_HOME%\Library\bin;%PATH%"
8787
8888conda create -qyn testenv python=%DESIRED_PYTHON%
8989if errorlevel 1 exit /b 1
90- call conda install -yq conda-build numpy
90+ call conda install -yq conda-build
9191if errorlevel 1 exit /b 1
9292call %CONDA_HOME% \condabin\activate.bat testenv
9393if errorlevel 1 exit /b 1
@@ -98,7 +98,8 @@ if ERRORLEVEL 1 exit /b 1
9898call conda index %PYTORCH_FINAL_PACKAGE_DIR%
9999if errorlevel 1 exit /b 1
100100call conda install -yq -c " file:///%PYTORCH_FINAL_PACKAGE_DIR% " pytorch== %PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
101-
101+ if ERRORLEVEL 1 exit /b 1
102+ call conda install -yq numpy
102103if ERRORLEVEL 1 exit /b 1
103104
104105set /a CUDA_VER = %CUDA_VERSION%
You can’t perform that action at this time.
0 commit comments