288 Commits

Author SHA1 Message Date
5651695a99 Fixes #6386, Use copies instead of symbolic files (#6396)
* Use copies instead of symbolic files

* bug fix

* Remove useless item
2018-04-09 13:54:10 -04:00
7355f5cd8d Tell source users about TORCH_CUDA_ARCH_LIST (#6185)
Put it into the comments about env vars in setup.py.
Also put in a line in the README about where to find this info.
2018-04-02 13:35:14 -04:00
8054dbd655 Trivial typo (#6053) 2018-03-27 14:21:47 -07:00
b5fa9a82c8 Update Dockerfile build instructions for new layout. (#6051)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2018-03-27 14:11:22 -07:00
JP
2df578a71a add mkl dependencies to setup (#5991) 2018-03-25 23:21:16 -04:00
332d5ffd11 Modidy setup docs for Windows (#5981) 2018-03-24 12:17:01 -04:00
03495137d0 Add windows doc (#5859) 2018-03-23 11:54:44 -04:00
22ef8e5654 [fft][1 of 3] build system and helpers to support cuFFT and MKL (#5855)
This is the first of three PRs that #5537 will be split into.

This PR adds mkl headers to included files, and provides helper functions for MKL fft and cuFFT.
In particular, on POSIX, headers are using mkl-include from conda, and on Windows, it is from a new file @yf225 and I made and uploaded to s3.

* add mkl-include to required packages

* include MKL headers; add AT_MKL_ENABLED flag; add a method to query MKL availability

* Add MKL and CUFFT helpers
2018-03-19 15:43:14 -04:00
1ff36bfd61 Missed Step (#5558)
I think you missed a step
2018-03-05 08:59:48 -05:00
bc4c919a9e update dependencies (#5423)
On OS X from source I get    `Missing build dependency: Unable to import the typing module. `
2018-02-26 22:43:42 -05:00
dcbbf346c2 Change output_declarations in function_wrapper.py to be a NamedTuple (#5312)
* Add python typing module as build dependency

* Change output_declarations to be a NamedTuple

* Add mypy configuration files

mypy-files.txt includes a list of all files that should be typed checked
with mypy. Run mypy with `mypy @mypyfiles.txt`.

mypy.ini includes mypy options. Unfortunately this can't be merged with
mypy-files.txt.

Update .travis.yml so that one doesn't have to specify what files to
type check inside it.

* Add RuntimeError on missing `typing` module

Alerts users to the new build dependency.
2018-02-23 13:33:59 -05:00
fe810edc80 Consolidated dockerfile changes, updated README (#5235) 2018-02-14 11:57:23 -05:00
db45dbbebf Update README.md 2018-01-22 15:16:48 -05:00
2e279eb260 Make the dash nicer 2018-01-04 13:51:01 +01:00
a246d56150 Update build matrix badges in the README 2018-01-04 13:48:29 +01:00
a9ef76b9c6 Reflect renaming of OS X to macOS (#3795) 2017-11-20 16:52:10 -05:00
dc10083fc0 Previous PyTorch version info (#3549) 2017-11-07 17:15:33 -05:00
d2ddbaaf8d Fix command highlight in README (#3521) 2017-11-07 06:50:48 -05:00
dfaccc96b7 add dockerfile with cuda9 volta support (#3445) 2017-11-02 15:08:39 -04:00
7b5ac333ad Update README.md (#3392)
Getting started HyperLinks match up now.
2017-10-31 10:48:33 -04:00
f176c864f0 minor autograd reference change in readme (#3144) 2017-10-17 10:16:06 +02:00
8666be05f5 Raise runtime error in setup.py if cudnn version is not supported 2017-10-13 23:58:25 +02:00
f74665f0c4 remove gcc install suggestion 2017-10-10 14:45:19 -07:00
d84dbcfb9e add a "clone the source" section 2017-08-31 11:55:23 -04:00
a655e6313e update README with new major contributors and remove redundant sections 2017-08-25 13:47:17 -04:00
de24bb4b66 Update readme with docker cmd (#2501)
* update docker command in readme to use pre-built images

* correct spelling of Docker Hub

* Update README.md
2017-08-21 08:52:26 -04:00
d2b8d3f8f7 add slack clarification 2017-08-21 06:12:46 -04:00
bf1fc250d1 get conda root dir automatically, trick from Dockerfile 2017-07-20 11:02:30 -04:00
03f41c8120 fix capitalization of Python, make it consistent 2017-06-21 00:09:37 +02:00
a9bd1de9e9 fixed README to reflect docker image name (#1751) 2017-06-07 15:49:39 -04:00
e3305eb9dc Runtime dockerfile (#1732)
* reduce the size of Docker image

* add runtime dockerfile
2017-06-05 17:40:06 -04:00
ec2de16776 Improve README copyediting 2017-06-02 21:02:14 +02:00
0c5598c668 Update build status matrix 2017-05-21 12:20:50 +02:00
c7d83a16f6 Update README.md 2017-04-18 19:05:18 -04:00
e21e4bf3e8 add pyyaml to conda note here as well 2017-04-11 21:21:18 -07:00
7c59754d24 update source build instructions 2017-04-11 15:24:31 -07:00
ade105fb7c update README to install pyyaml from conda (#1231) 2017-04-11 10:23:45 -07:00
bc0ed9298d remove incorrect version in readme 2017-04-09 14:44:44 -04:00
64ee4056d7 updated docker image inside the docs (#1216) 2017-04-08 10:29:03 -04:00
215813d7ac Change dockerfile to support for cudnn v6 (#1135) 2017-03-28 20:05:04 -04:00
dc7695a47a Update links for tutorials in README (#1123) 2017-03-28 14:21:40 +02:00
d25433a099 Fix docker build commands (#1103) 2017-03-25 16:18:33 -04:00
b25182971f readme change for getting clarity on binaries 2017-02-26 07:52:13 -05:00
6073f9b46c update table in README.md
it removes the empty top row
2017-02-21 12:58:04 -05:00
a1bd4efb08 readme: add guidance on disabling CUDA (#655) 2017-01-31 14:05:51 +05:30
31dea5ff23 Small typo in README (#613) 2017-01-27 20:18:36 +01:00
3c2ecc6b15 add dockerfiles (#583)
* add dockerfiles
2017-01-25 17:30:29 -05:00
aa46055274 Update CI links in README (#579) 2017-01-25 13:58:05 -05:00
ce13900148 update From Source instructions 2017-01-24 10:48:25 -05:00
30ec12fdd5 update readme for source installs to make magma dependency optional 2017-01-19 16:20:13 -05:00