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 5014b0f commit c3e0f55Copy full SHA for c3e0f55
windows/build_pytorch.bat
@@ -44,7 +44,7 @@ set "tmp_conda=%CONDA_HOME%"
44
set "miniconda_exe=%CD%\miniconda.exe"
45
rmdir /s /q conda
46
del miniconda.exe
47
-curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o "%miniconda_exe%"
+curl --retry 3 -k https://repo.anaconda.com/miniconda/Miniconda3-py311_23.9.0-0-Windows-x86_64.exe -o "%miniconda_exe%"
48
call ..\conda\install_conda.bat
49
if ERRORLEVEL 1 exit /b 1
50
set "ORIG_PATH=%PATH%"
0 commit comments