summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYangqing Jia <jiayq84@gmail.com>2018-10-04 02:07:11 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-10-04 02:09:56 -0700
commit38f3d1fc40eeeecbe69e60da2ac2c0b4e0d929ed (patch)
tree98274fb8233e6504ec327b26ba4ca1a0272064fd /scripts
parentc9f7d7b506493423f91ef58a3065d195d1a0eafa (diff)
downloadpytorch-38f3d1fc40eeeecbe69e60da2ac2c0b4e0d929ed.tar.gz
pytorch-38f3d1fc40eeeecbe69e60da2ac2c0b4e0d929ed.tar.bz2
pytorch-38f3d1fc40eeeecbe69e60da2ac2c0b4e0d929ed.zip
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
Diffstat (limited to 'scripts')
-rw-r--r--scripts/appveyor/install.bat2
-rw-r--r--scripts/appveyor/install_cuda.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/appveyor/install.bat b/scripts/appveyor/install.bat
index a8251f54ca..cd87d62731 100644
--- a/scripts/appveyor/install.bat
+++ b/scripts/appveyor/install.bat
@@ -7,4 +7,4 @@ 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 \ No newline at end of file
+conda install -y numpy
diff --git a/scripts/appveyor/install_cuda.bat b/scripts/appveyor/install_cuda.bat
index e40961ce15..c8c86b002e 100644
--- a/scripts/appveyor/install_cuda.bat
+++ b/scripts/appveyor/install_cuda.bat
@@ -19,4 +19,4 @@ copy cuda\bin\cudnn64_5.dll ^
"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\"
:: Make sure that nvcc is working correctly.
-nvcc -V || exit /b \ No newline at end of file
+nvcc -V || exit /b