Soumith Chintala
2fe5c29d81
remove legacy from docs ( #15112 )
...
Summary:
Fixes https://github.com/pytorch/pytorch/issues/15062
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15112
Differential Revision: D13547845
Pulled By: soumith
fbshipit-source-id: 61e3e6c6b0f6b6b3d571bee02db2938ea9698c99
2018-12-25 21:57:54 -08:00
David Riazati
cb0b096f2b
Miscellaneous small doc fixes ( #15373 )
...
Summary:
This PR makes some small changes for better consistency in our README and
CONTRIBUTING docs
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15373
Differential Revision: D13512753
Pulled By: driazati
fbshipit-source-id: 44398ad1894eef521d5f5acb1d06acaad67728cf
2018-12-20 12:33:40 -08:00
Russell Kaplan
1e93317b99
Remove "early-release beta" disclaimer from README ( #15136 )
...
Summary:
Now that PyTorch 1.0 is out, this should be updated :)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15136
Differential Revision: D13447377
Pulled By: soumith
fbshipit-source-id: bd4e662c53d0699f25d4d90c1b4c1e182b4427c2
2018-12-12 22:14:14 -08:00
Soumith Chintala
5fd69e7551
remove mingfeima mkldnn reference from README, as no longer necessary ( #14975 )
...
Summary: we now get mkldnn automatically from third_party/ideep
Differential Revision: D13396480
Pulled By: soumith
fbshipit-source-id: 20f819ba4b78cbe9c7d0baeab1c575669cbf6c20
2018-12-09 20:44:10 -08:00
Ravi Vats
da2c3afa47
Fixed typo in README.md ( #14346 )
...
Summary:
Fixed the typo in the Docker image section of README.md file
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14346
Differential Revision: D13290403
Pulled By: soumith
fbshipit-source-id: 1d848027a773f0cfc875c33d69a66e96abc7ac8b
2018-12-01 16:39:33 -08:00
Freddie Mendoza
1e1dd88c4a
Add Linux ppc64le CPU/GPU CI build status
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/13507
Differential Revision: D12902281
Pulled By: soumith
fbshipit-source-id: d2c89dcf08dcbe1e451ae52e85256f658155a0e1
2018-11-02 07:51:40 -07:00
Joel Marcey
ee563c5899
Add license reference to README.md
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/12822
Differential Revision: D10451895
Pulled By: JoelMarcey
fbshipit-source-id: dee4cafd3120571e52cf242bb0674c7aa7dab217
2018-10-18 14:10:24 -07:00
Marcela Morales Quispe
d4b4c1fbec
Add missing url links to README.md file. ( #12440 )
...
Summary:
Signed-off-by: Marcela Morales Quispe <marcela.morales.quispe@gmail.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12440
Differential Revision: D10242642
Pulled By: SsnL
fbshipit-source-id: f47d7579cf3df097c476a97b58149ca4b1eb17ab
2018-10-08 13:54:21 -07:00
Marcela Morales Quispe
8689d8af36
Format inline code block. ( #12441 )
...
Summary:
Signed-off-by: Marcela Morales Quispe <marcela.morales.quispe@gmail.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12441
Differential Revision: D10236743
Pulled By: SsnL
fbshipit-source-id: c0e446a81a388cf6a558bf7ab8ba0e59703dc169
2018-10-08 00:51:07 -07:00
Ir1dXD
b911ca9b0d
docs: change links to https ( #12258 )
...
Summary:
Hi, I think it might be better to use https instead of http in the README.md.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12258
Differential Revision: D10162279
Pulled By: soumith
fbshipit-source-id: 4658aa75175909b4fea6972b437765d8b49c749f
2018-10-03 06:33:09 -07:00
John
86e025fca2
magma-cuda should reference updated versions ( #12000 )
...
Summary:
Source build doc section **LAPACK GPU** only lists magma-cuda80
The magma-cuda version should reflect the installed version of cuda.
- Verified on ubuntu with magma-cuda92 with build and test
- Verified 91 is available
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12000
Differential Revision: D10024158
Pulled By: soumith
fbshipit-source-id: a34c85a5e87b52657f1e6f7b21d235306ab7b2aa
2018-09-24 20:26:26 -07:00
peter
a7afd133f5
Sync FindCUDA.cmake with upstream cmake repo ( #11880 )
...
Summary:
Upstream PR: https://gitlab.kitware.com/cmake/cmake/merge_requests/2391/diffs
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11880
Differential Revision: D9989119
Pulled By: soumith
fbshipit-source-id: 66e87367127975a5f1619fe447f74e76f101b503
2018-09-21 06:58:17 -07:00
Soumith Chintala
87701289a3
fix link to previous versions ( #11894 )
...
Summary:
https://github.com/pytorch/pytorch.github.io/issues/68#issuecomment-423073108
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11894
Differential Revision: D9973695
Pulled By: soumith
fbshipit-source-id: 1f74b12487ec39f4e88b527dcdfca0742e689c15
2018-09-20 11:10:37 -07:00
peter
10c29c8970
Fix CUDA 8 build on Windows ( #11729 )
...
Summary:
Tested via https://github.com/pytorch/pytorch/pull/11374 .
Upstream PR: https://gitlab.kitware.com/cmake/cmake/merge_requests/2391
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11729
Differential Revision: D9847807
Pulled By: orionr
fbshipit-source-id: 69af3e6c5bba0abcbc8830495e867a0b1b399c22
2018-09-16 08:09:24 -07:00
Rasmus Diederichsen
8aa8ad8b01
WIP: Reproducibility note ( #11329 )
...
Summary:
This adds a Note on making experiments reproducible.
It also adds Instructions for building the Documentation to `README.md`. Please ping if I missed any requirements.
I'm not sure what to do about the submodule changes. Please advise.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11329
Differential Revision: D9784939
Pulled By: ezyang
fbshipit-source-id: 5c5acbe343d1fffb15bdcb84c6d8d925c2ffcc5e
2018-09-11 21:09:51 -07:00
Edward Yang
de099564e3
Minor copy-edit on README
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/10931
Reviewed By: cpuhrsch
Differential Revision: D9526248
fbshipit-source-id: 2401a0c1cd8c5e680c6d2b885298fa067d08f2c3
2018-08-27 21:09:36 -07:00
LadyRick
3a40baa15c
fix a grammatical error: accelerate compute ( #10204 )
...
Summary:
"accelerate compute"
a verb shouldn't go with another verb.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10204
Differential Revision: D9316699
Pulled By: fmassa
fbshipit-source-id: f1126c594905c3236ffd6b7e57a92552d3d4c1f1
2018-08-14 10:11:15 -07:00
Thiago Crepaldi
7d6d7bef6a
Enable docker image build for PyTorch using specific python version ( #10317 )
...
Summary:
Current Dockerfile builds pytorch using default python within miniconda, which happens to be Python 3.6
This patch allows users to specify which python should be installed in the default miniconda environment used by the pytorch dockerfile. I have tested the build for python 2.7, 3.5, 3.6 and 3.7. Python 2.7 required typing and cython
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10317
Differential Revision: D9204401
Pulled By: ezyang
fbshipit-source-id: 11355cab3bf448bbe8369a2ed1de0d409c9a2d6e
2018-08-07 16:13:33 -07:00
peter
506142ac8a
Add warning for building PyTorch using Python 2.7 on Windows ( #10247 )
...
Summary:
Fixes #9232 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10247
Differential Revision: D9178257
Pulled By: SsnL
fbshipit-source-id: cc553335a5a918b6d77fe1064460cb66114859ca
2018-08-05 21:24:02 -07:00
caoxudong
a74a3fdeb6
typo fix, tutorials url with http protocol is not valid ( #9812 )
...
Summary:
The tutorials url with http is not valid, replacing it with https.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9812
Differential Revision: D8991344
Pulled By: ezyang
fbshipit-source-id: c12faa57905b50eadc320f9938c39c4139bd093b
2018-07-25 07:54:26 -07:00
Thiago Crepaldi
11fc16dc98
Remove HTML tags from README.md ( #9296 )
...
Summary:
This change makes README.md compatible with both Github and VSTS markdown engines. Images can be reduced if necessary
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9296
Differential Revision: D8874931
Pulled By: soumith
fbshipit-source-id: 0c530c1e00b06fc891301644c92c33007060bf27
2018-07-17 07:24:43 -07:00
peter
19ecb5f8ad
Fix docs for Windows CUDA 8 builds ( #9254 )
...
Summary:
Fixes #9200 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9254
Differential Revision: D8778011
Pulled By: soumith
fbshipit-source-id: 0a2c2863ac1bc515397fc446039db64d1d4e236d
2018-07-09 18:55:03 -07:00
Edward Yang
c82715ced5
Add some extra punctuation to README. ( #8941 )
...
Summary:
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Closes https://github.com/pytorch/pytorch/pull/8941
Differential Revision: D8661797
Pulled By: ezyang
fbshipit-source-id: 876163b11a8463d7560308b2b8e68231f2a657cb
2018-06-27 08:56:13 -07:00
Peter Goldsborough
98a7d84a5a
Link to C++ extensions in README.md ( #8737 )
2018-06-21 09:48:04 -04:00
Edward Z. Yang
dbe5c7f6e9
Mention the pytorch-ci-hud on the README. ( #8004 )
...
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
2018-06-01 06:56:48 -04:00
cpuhrsch
6e1de968d6
Use mingfeima's mkldnn ( #7977 )
2018-05-30 21:46:39 -04:00
Soumith Chintala
1ce7ed2895
fix slack email link
2018-05-29 15:51:22 -04:00
cpuhrsch
330a72581f
Update README to contain instructions on how to install mkldnn for Linux ( #7625 )
2018-05-16 19:08:03 -04:00
Richard Zou
4d0097fab8
Note that the Docker Hub image is not up-to-date. ( #6434 )
...
Fixes #6397 .
2018-04-16 14:31:34 -04:00
peterjc123
f54eac7eba
Add flag and warning for Python 2.7 users on Windows ( #6499 )
2018-04-11 23:06:51 -04:00
peterjc123
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
Richard Zou
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
Russ Ferriday
8054dbd655
Trivial typo ( #6053 )
2018-03-27 14:21:47 -07:00
Edward Z. Yang
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
peterjc123
332d5ffd11
Modidy setup docs for Windows ( #5981 )
2018-03-24 12:17:01 -04:00
peterjc123
03495137d0
Add windows doc ( #5859 )
2018-03-23 11:54:44 -04:00
Tongzhou Wang
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
Clinton Yeboah
1ff36bfd61
Missed Step ( #5558 )
...
I think you missed a step
2018-03-05 08:59:48 -05:00
Roger Pack
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
Richard Zou
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
Sean Naren
fe810edc80
Consolidated dockerfile changes, updated README ( #5235 )
2018-02-14 11:57:23 -05:00
Soumith Chintala
db45dbbebf
Update README.md
2018-01-22 15:16:48 -05:00
Adam Paszke
2e279eb260
Make the dash nicer
2018-01-04 13:51:01 +01:00
Adam Paszke
a246d56150
Update build matrix badges in the README
2018-01-04 13:48:29 +01:00
Scott Stevenson
a9ef76b9c6
Reflect renaming of OS X to macOS ( #3795 )
2017-11-20 16:52:10 -05:00
Richard Zou
dc10083fc0
Previous PyTorch version info ( #3549 )
2017-11-07 17:15:33 -05:00
Victoria X Lin
d2ddbaaf8d
Fix command highlight in README ( #3521 )
2017-11-07 06:50:48 -05:00
ngimel
dfaccc96b7
add dockerfile with cuda9 volta support ( #3445 )
2017-11-02 15:08:39 -04:00
Frank Cash
7b5ac333ad
Update README.md ( #3392 )
...
Getting started HyperLinks match up now.
2017-10-31 10:48:33 -04:00
Sebastian Raschka
f176c864f0
minor autograd reference change in readme ( #3144 )
2017-10-17 10:16:06 +02:00
Richard Zou
8666be05f5
Raise runtime error in setup.py if cudnn version is not supported
2017-10-13 23:58:25 +02:00
soumith
f74665f0c4
remove gcc install suggestion
2017-10-10 14:45:19 -07:00
Soumith Chintala
d84dbcfb9e
add a "clone the source" section
2017-08-31 11:55:23 -04:00
Soumith Chintala
a655e6313e
update README with new major contributors and remove redundant sections
2017-08-25 13:47:17 -04:00
Alykhan Tejani
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
Soumith Chintala
d2b8d3f8f7
add slack clarification
2017-08-21 06:12:46 -04:00
Gavin
bf1fc250d1
get conda root dir automatically, trick from Dockerfile
2017-07-20 11:02:30 -04:00
Valentin Haenel
03f41c8120
fix capitalization of Python, make it consistent
2017-06-21 00:09:37 +02:00
Matt
a9bd1de9e9
fixed README to reflect docker image name ( #1751 )
2017-06-07 15:49:39 -04:00
ngimel
e3305eb9dc
Runtime dockerfile ( #1732 )
...
* reduce the size of Docker image
* add runtime dockerfile
2017-06-05 17:40:06 -04:00
Jimmy Jia
ec2de16776
Improve README copyediting
2017-06-02 21:02:14 +02:00
Adam Paszke
0c5598c668
Update build status matrix
2017-05-21 12:20:50 +02:00
Soumith Chintala
c7d83a16f6
Update README.md
2017-04-18 19:05:18 -04:00
Evan Klitzke
e21e4bf3e8
add pyyaml to conda note here as well
2017-04-11 21:21:18 -07:00
Soumith Chintala
7c59754d24
update source build instructions
2017-04-11 15:24:31 -07:00
Evan Klitzke
ade105fb7c
update README to install pyyaml from conda ( #1231 )
2017-04-11 10:23:45 -07:00
Soumith Chintala
bc0ed9298d
remove incorrect version in readme
2017-04-09 14:44:44 -04:00
Vincenzo Ferrari
64ee4056d7
updated docker image inside the docs ( #1216 )
2017-04-08 10:29:03 -04:00
ngimel
215813d7ac
Change dockerfile to support for cudnn v6 ( #1135 )
2017-03-28 20:05:04 -04:00
Du Phan
dc7695a47a
Update links for tutorials in README ( #1123 )
2017-03-28 14:21:40 +02:00
Michael Galkov
d25433a099
Fix docker build commands ( #1103 )
2017-03-25 16:18:33 -04:00
Soumith Chintala
b25182971f
readme change for getting clarity on binaries
2017-02-26 07:52:13 -05:00
Edgar Riba
6073f9b46c
update table in README.md
...
it removes the empty top row
2017-02-21 12:58:04 -05:00
L. Zhou
a1bd4efb08
readme: add guidance on disabling CUDA ( #655 )
2017-01-31 14:05:51 +05:30
Luke Yeager
31dea5ff23
Small typo in README ( #613 )
2017-01-27 20:18:36 +01:00
ngimel
3c2ecc6b15
add dockerfiles ( #583 )
...
* add dockerfiles
2017-01-25 17:30:29 -05:00
Luke Yeager
aa46055274
Update CI links in README ( #579 )
2017-01-25 13:58:05 -05:00
Soumith Chintala
ce13900148
update From Source instructions
2017-01-24 10:48:25 -05:00
Soumith Chintala
30ec12fdd5
update readme for source installs to make magma dependency optional
2017-01-19 16:20:13 -05:00
Soumith Chintala
269ec0566f
fix typo
2017-01-19 14:26:50 -05:00
Yunfeng Wang
f2741e8038
format fix ( #490 )
2017-01-18 21:41:10 -05:00
Soumith Chintala
784cbeff5b
added a non-exhaustive list of contributors
2017-01-18 13:54:56 -05:00
Soumith Chintala
798fc16bbf
add beta tag
2017-01-18 12:21:46 -05:00
Soumith Chintala
279aea683b
update conda install command
2017-01-18 10:52:49 -05:00
Soumith Chintala
89cab4f5e6
fix readme language and links
2017-01-16 20:35:08 -05:00
Soumith Chintala
a0afb79898
add pic to readme
2017-01-16 20:15:19 -05:00
Adam Paszke
3b6644d195
Minor README fix
2017-01-17 00:15:06 +01:00
Soumith Chintala
652b468ec2
Readme improvements
2017-01-16 18:05:26 -05:00
Soumith Chintala
af110d37f2
remove old docs
2017-01-16 15:06:08 -05:00
Soumith Chintala
133c1e927f
fix readme, bump version
2017-01-14 17:47:35 -05:00
Soumith Chintala
0f04f71b7e
fix API reference link
2017-01-05 02:46:19 -05:00
Soumith Chintala
ec987b57f6
removing 3.3, 3.4 from README badges
2016-12-26 14:52:36 -05:00
Soumith Chintala
230bde94e7
fix about section
2016-12-19 11:00:53 -05:00
Soumith Chintala
4e2b154342
update install command from source
2016-12-01 10:55:04 +01:00
Soumith Chintala
073dfd8b88
bump version
2016-11-18 12:26:12 -05:00
Soumith Chintala
56dd4132c4
add MACOSX_DEPLOYMENT_TARGET to instructions
2016-11-16 10:45:56 -05:00
soumith
4b7f8f9b77
adding notes for compiling from source
2016-11-01 01:27:28 -04:00
Soumith Chintala
3d8eba7b42
updating readme with new info
2016-10-02 10:13:15 -07:00
Soumith Chintala
b5f7720ab9
docstrings for container and batchnorm
2016-09-16 05:31:36 -04:00
Soumith Chintala
7188f0851d
add link to conda binaries
2016-09-07 12:03:08 -04:00
Soumith Chintala
eb22208a4e
changing badge links
2016-09-06 02:23:23 -04:00
Soumith Chintala
bf8b4779cc
updating README
2016-09-06 01:47:14 -04:00
Soumith Chintala
a5504231b5
Making a build matrix
2016-09-03 00:42:35 -04:00
Soumith Chintala
c63d042c57
change language in build readme
2016-09-03 00:27:58 -04:00
Soumith Chintala
70c8d43831
fix link with http
2016-09-03 00:24:10 -04:00
Soumith Chintala
5837d3480c
adding CUDA build badge
2016-09-03 00:13:46 -04:00
Soumith Chintala
34b673844f
bumping to alpha-2
2016-09-01 00:58:22 -04:00
Soumith Chintala
a2a840df93
updated readme with multiprocessing changes
2016-09-01 00:55:12 -04:00
Sam Gross
5b23b67092
Fix build status link
2016-08-31 21:03:42 -07:00
soumith
2aee2d312f
bumping to alpha-1
2016-08-24 10:52:32 -04:00
Adam Paszke
686e8d32e2
Add torch.save and torch.load
2016-08-23 07:51:55 -07:00
Adam Paszke
d7e798c15c
Add new nn description to README
2016-08-17 18:04:16 -07:00
Adam Paszke
b06c000478
Fix <3.5 compatibility and travis configuration
2016-08-16 21:11:10 -07:00
Soumith Chintala
2fa6d70336
readme
2016-08-15 12:10:29 -04:00
Soumith Chintala
1b693c3845
changes to README
2016-08-15 12:01:13 -04:00
Adam Paszke
794928fadc
Update README
2016-08-14 20:43:20 -07:00
Adam Paszke
690d470c71
Add Storage.py template
2016-05-03 15:13:12 +02:00