Files
pytorch/scripts/appveyor/install.bat
Yangqing Jia 38f3d1fc40 move flags to c10 (#12144)
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
2018-10-04 02:09:56 -07:00

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