diff options
author | peterjc123 <peter_jiachen@163.com> | 2018-04-10 01:54:10 +0800 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2018-04-09 13:54:10 -0400 |
commit | 5651695a99b12bc081299ecd7b7dc1effcaa5204 (patch) | |
tree | 3e203b2427b57c4bd34c799d6c83f69eb43524e2 /README.md | |
parent | d0f395f7446a89f21dd8a5d8bce6c509975436f3 (diff) | |
download | pytorch-5651695a99b12bc081299ecd7b7dc1effcaa5204.tar.gz pytorch-5651695a99b12bc081299ecd7b7dc1effcaa5204.tar.bz2 pytorch-5651695a99b12bc081299ecd7b7dc1effcaa5204.zip |
Fixes #6386, Use copies instead of symbolic files (#6396)
* Use copies instead of symbolic files
* bug fix
* Remove useless item
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -209,8 +209,6 @@ MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install On Windows ```cmd -xcopy /Y aten\src\ATen\common_with_cwrap.py tools\shared\cwrap_common.py - set "VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build" set CMAKE_GENERATOR=Visual Studio 15 2017 Win64 set DISTUTILS_USE_SDK=1 |