mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: still influx. Pull Request resolved: https://github.com/pytorch/pytorch/pull/12144 Reviewed By: smessmer Differential Revision: D10140176 Pulled By: Yangqing fbshipit-source-id: 1a313abed022039333e3925d19f8b3ef2d95306c
11 lines
231 B
Batchfile
11 lines
231 B
Batchfile
:: Installation scripts for appveyor.
|
|
|
|
@echo on
|
|
|
|
if "%USE_CUDA%" == "ON" call %~dp0%install_cuda.bat
|
|
|
|
:: Miniconda path for appveyor
|
|
set PATH=C:\Miniconda-x64;C:\Miniconda-x64\Scripts;%PATH%
|
|
:: Install numpy
|
|
conda install -y numpy
|