288 Commits

Author SHA1 Message Date
cb1272a846 update doc in build section (#56686)
Summary:
Why:
To keep VS version always updated in README
1. update VS version link in CI. It's more convenient for my PR robot to update the version in README once the VS in CI is updated. and permlink isn't stable.
2. Move `building on legacy code` to development tips. The table is big and it looks the REAMD not updated at the first sight.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/56686

Reviewed By: janeyx99

Differential Revision: D28272060

Pulled By: samestep

fbshipit-source-id: 4bb879ea2914cc8bcd68343a9ed230418e1f9268
2021-05-06 17:35:56 -07:00
bc3d892c20 README: Minor improvements (#56193)
Summary:
* Visual studio versions: clarify and shorten.
* Remove obsolete note about a bug that has been fixed.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/56193

Reviewed By: albanD

Differential Revision: D27939766

Pulled By: ezyang

fbshipit-source-id: e142ec04ba98d5468f28ddf2e8bba5d99d3cfc26
2021-04-22 09:30:23 -07:00
8ad32dbbd7 update build tutorial - choose the correct VS version (#54933)
Summary:
There might be regressions in newest VS.
Remind users to choose the stable VC version as our CI's

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54933

Reviewed By: walterddr

Differential Revision: D27466645

Pulled By: malfet

fbshipit-source-id: a6a1ebea4cc1b22e13c7342ee4c061afcef7e2b5
2021-03-31 13:45:48 -07:00
a74b10def9 Keep Markdown ToCs up to date (#54974)
Summary:
This PR uses [markdown-toc](https://github.com/jonschlinkert/markdown-toc#cli) to [automatically update the table of contents for `README.md` and `CONTRIBUTING.md`](https://github.com/pytorch/pytorch/pull/54904#issuecomment-809682134) in CI.

This keeps the same format already used in `README.md`. While it does slightly change the format for the ToC in `CONTRIBUTING.md`, the new format is actually just the same as the old format that was already being used prior to https://github.com/pytorch/pytorch/issues/51458.

Race condition with https://github.com/pytorch/pytorch/issues/54904.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54974

Test Plan: The new "Lint / toc" job in GitHub Actions [succeeds](https://github.com/pytorch/pytorch/pull/54974/checks?check_run_id=2238739005) on this PR, and [fails](https://github.com/pytorch/pytorch/pull/54976/checks?check_run_id=2238784022) on https://github.com/pytorch/pytorch/issues/54976 with an understandable error message.

Reviewed By: malfet

Differential Revision: D27468390

Pulled By: samestep

fbshipit-source-id: 14a73f42ed546d4310140b94ded14e099185d0e0
2021-03-31 10:36:09 -07:00
0f628d1503 [ROCm][doc] add ROCm section for building from source (#53845)
Summary:
Instructions for compiling PyTorch from source for ROCm were missing now that PyTorch 1.8 announced beta support for ROCm.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/53845

Reviewed By: heitorschueroff

Differential Revision: D27237916

Pulled By: malfet

fbshipit-source-id: c8be92fd76ea8df7e9f6944c0036568189f58808
2021-03-22 14:35:35 -07:00
6a4d2c61d5 Allow linking against vcomp on Windows (#54132)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/54054

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54132

Reviewed By: zou3519

Differential Revision: D27181524

Pulled By: malfet

fbshipit-source-id: b79b34afb7edcc594d9b5907c5a7505b9cc5683b
2021-03-19 14:36:07 -07:00
e2befb84bc minor README change to fix #25464 (#48970)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/25464

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48970

Reviewed By: walterddr

Differential Revision: D25396284

Pulled By: janeyx99

fbshipit-source-id: 8355c417b5c8b8865f208d7d8e8154048423afd9
2020-12-08 07:48:52 -08:00
d6ddd78eb0 Fix multiple spelling and grammar mistakes (#48592)
Summary:
I found a number of spelling & grammatical mistakes in the repository. Previously I had these fixes submitted individually, but I saw that a single word change was apparently too small for a PR to be merged. Hopefully this new PR has a sufficient number of changes.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48592

Reviewed By: ejguan

Differential Revision: D25224216

Pulled By: mrshenli

fbshipit-source-id: 2af3db2aee486563efd0dffc4e8f777306a73e44
2020-11-30 15:18:44 -08:00
e56e21b775 Grammatically update the readme docs (#48328)
Summary:
Small grammatical update to the readme docs.

![Capture-py1](https://user-images.githubusercontent.com/65657554/99846018-9b475280-2b9b-11eb-84ab-37e129e4f3e6.PNG)

![Capture-py2](https://user-images.githubusercontent.com/65657554/99846023-9da9ac80-2b9b-11eb-9b3b-0998f53ec2ce.PNG)

![Capture-py3](https://user-images.githubusercontent.com/65657554/99846034-a0a49d00-2b9b-11eb-807e-7200c0b6fef4.PNG)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48328

Reviewed By: linbinyu

Differential Revision: D25132876

Pulled By: mrshenli

fbshipit-source-id: f1214b3098bec6713ef53f226f8d0d33946a5ec1
2020-11-25 19:56:32 -08:00
98722ab8a7 There should be a newline between BUILD WITH CUDA and NVTX (#48048)
Summary:
When you do want to insert a `<br />` break tag using Markdown, you end a line with two or more spaces, then type return.

From
https://stackoverflow.com/questions/33191744/how-to-add-new-line-in-markdown-presentation/33191810

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48048

Reviewed By: gchanan

Differential Revision: D25003623

Pulled By: walterddr

fbshipit-source-id: ab5f7267ae936f6f006b4afa43254afa690ef7f4
2020-11-18 08:00:05 -08:00
f9552e6da4 update windows build guide (#47840)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/47483

Pull Request resolved: https://github.com/pytorch/pytorch/pull/47840

Reviewed By: malfet

Differential Revision: D24951466

Pulled By: walterddr

fbshipit-source-id: 7530ec5a3aff7095978c330d9b78e58b10349373
2020-11-16 08:15:42 -08:00
fcd44ce698 Add instruction on how to handle the potential linker error on Linux (#47593)
Summary:
The original issue is https://github.com/pytorch/pytorch/issues/16683, which contains a https://github.com/pytorch/pytorch/issues/16683#issuecomment-459982988 that suggests manually un-shadowing the `ld`.

A better approach can be found at https://github.com/ContinuumIO/anaconda-issues/issues/11152#issuecomment-573120962, which suggests that using a newer version can effectively fix this.

It took me quite some time to realize that this is in fact an issue caused by Anaconda. I think we should add it in README.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/47593

Reviewed By: ailzhang

Differential Revision: D24866092

Pulled By: heitorschueroff

fbshipit-source-id: c1f51864d23fd6f4f63a117496d8619053e35196
2020-11-11 14:24:33 -08:00
7e863475d7 Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform (#45553)
Summary:
Fixes #{issue number}

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45553

Reviewed By: SciPioneer

Differential Revision: D24017246

Pulled By: mrshenli

fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558
2020-09-30 08:28:47 -07:00
0a38aed025 Auto set libuv_ROOT env var for Gloo submodule on Windows platform (#45484)
Summary:
Fixes #{issue number}

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45484

Reviewed By: lw

Differential Revision: D23990724

Pulled By: mrshenli

fbshipit-source-id: 1987ce7eb7d3f9d3120c07e954cd6581cd3caf59
2020-09-29 08:58:56 -07:00
47debdca42 Document change for DDP enabled on Windows platform (#45392)
Summary:
Document change for DDP enabled on Windows platform

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45392

Reviewed By: gchanan

Differential Revision: D23962344

Pulled By: mrshenli

fbshipit-source-id: 8924c6ca36d68699871d8add3e0aab6542ea269c
2020-09-28 13:22:42 -07:00
a044c039c0 updated documentation to streamline setup (#42850)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/42850

Reviewed By: mrshenli

Differential Revision: D23449055

Pulled By: osandoval-fb

fbshipit-source-id: 6db695d4fe5f6d9b7bb2895c85c855db4779516b
2020-09-01 08:25:48 -07:00
6ea89166bd Rewrite of ATen code generator (#42629)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/42629

How to approach reviewing this diff:

- The new codegen itself lives in `tools/codegen`. Start with `gen.py`, then read `model.py` and them the `api/` folder. The comments at the top of the files describe what is going on. The CLI interface of the new codegen is similar to the old one, but (1) it is no longer necessary to explicitly specify cwrap inputs (and now we will error if you do so) and (2) the default settings for source and install dir are much better; to the extent that if you run the codegen from the root source directory as just `python -m tools.codegen.gen`, something reasonable will happen.
- The old codegen is (nearly) entirely deleted; every Python file in `aten/src/ATen` was deleted except for `common_with_cwrap.py`, which now permanently finds its home in `tools/shared/cwrap_common.py` (previously cmake copied the file there), and `code_template.py`, which now lives in `tools/codegen/code_template.py`. We remove the copying logic for `common_with_cwrap.py`.
- All of the inputs to the old codegen are deleted.
- Build rules now have to be adjusted to not refer to files that no longer exist, and to abide by the (slightly modified) CLI.
- LegacyTHFunctions files have been generated and checked in. We expect these to be deleted as these final functions get ported to ATen. The deletion process is straightforward; just delete the functions of the ones you are porting. There are 39 more functions left to port.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: bhosmer

Differential Revision: D23183978

Pulled By: ezyang

fbshipit-source-id: 6073ba432ad182c7284a97147b05f0574a02f763
2020-08-31 09:00:22 -07:00
eae92b7187 Updated README.md by correcting grammatical errors (#43779)
Summary:
Fixed grammatical errors and punctuation so that it be can more understandable.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/43779

Reviewed By: ZolotukhinM

Differential Revision: D23407849

Pulled By: malfet

fbshipit-source-id: 09c064ce68d0f37f8023c2ecae8775fc00541a2c
2020-08-28 20:30:03 -07:00
53bbf5a48b Update README.md (#43100)
Summary:
The changes are minor.
1. Add back the external links so that readers can find out more about external tools on how to accelerate PyTorch.
2. Fix typo

Pull Request resolved: https://github.com/pytorch/pytorch/pull/43100

Reviewed By: colesbury

Differential Revision: D23192251

Pulled By: mrshenli

fbshipit-source-id: dde54b7942ebff5bbe3d58ad95744c6d95fe60fe
2020-08-18 11:04:36 -07:00
dc1f87c254 Add typing_extensions as a dependency. (#42431)
Summary:
Closes gh-38221.

The related pytorch/builder PR: https://github.com/pytorch/builder/pull/475

Pull Request resolved: https://github.com/pytorch/pytorch/pull/42431

Reviewed By: malfet

Differential Revision: D22916499

Pulled By: ezyang

fbshipit-source-id: c8fe9413b62fc7a6b829fc82aaf32531b55994d1
2020-08-03 20:06:16 -07:00
3acd6b7359 Document formatting (#42065)
Summary:
Apply syntax highlighting to the command in `README.md`. This makes `README.md` easier to read.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/42065

Reviewed By: pbelevich

Differential Revision: D22753418

Pulled By: mrshenli

fbshipit-source-id: ebfa90fdf60478c34bc8a7284d163e0254cfbe3b
2020-07-28 08:27:42 -07:00
183b43f323 Clarify Python 3.5 is the minimum supported version in the installation section. (#41937)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/41937

Reviewed By: izdeby

Differential Revision: D22702924

Pulled By: mrshenli

fbshipit-source-id: 67306435e80f80236b585f1d5406444daec782d6
2020-07-23 15:54:56 -07:00
445128d0f2 Add PyTorch Glossary (#40639)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/40639

Differential Revision: D22421207

Pulled By: gmagogsfm

fbshipit-source-id: 7df8bfc85e28bcf1fb08892a3671e7a9cb0dee9c
2020-07-07 19:53:44 -07:00
c790476384 Back out "Revert D22072830: [wip] Upgrade msvc to 14.13" (#40594)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40594

Original commit changeset: 901de185e607
ghstack-source-id: 106642590

Test Plan: oss ci

Differential Revision: D22247269

fbshipit-source-id: be0c64d1a579f8aa3999cb84a9d20488095a81bd
2020-06-25 17:19:33 -07:00
d8ec19bc03 Revert D22072830: [wip] Upgrade msvc to 14.13
Test Plan: revert-hammer

Differential Revision:
D22072830

Original commit changeset: 6fa03725f3fe

fbshipit-source-id: 901de185e607810cb3871c2e4d23816848c97f4b
2020-06-23 16:13:03 -07:00
d21ee2de66 [wip] Upgrade msvc to 14.13 (#40109)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40109

ghstack-source-id: 106426627

Test Plan: oss CI

Differential Revision: D22072830

fbshipit-source-id: 6fa03725f3fe272795553c9c4acf46130b8c6039
2020-06-23 13:05:36 -07:00
a8ab78c815 Added a link to Contribution guide in Readme (#40353)
Summary:
Added a link to `CONTRIBUTION.md` in `README.md` for easy reference.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40353

Differential Revision: D22167138

Pulled By: ezyang

fbshipit-source-id: fe7b7f190c8135fdd2e71696c1cf8d84bcd40fc6
2020-06-22 13:20:06 -07:00
12cf8390e6 Update aarch64 CI badge (#39914)
Summary:
This PR added python37 and python38 badge for aarch64 build  CI.

You can preview the badge here: https://github.com/wangxiyuan/pytorch/tree/update_aarch64_ci

The build job is passing now since we use CLANG instead GCC for building.

Using GCC still hit error which is mentioned in https://github.com/pytorch/pytorch/issues/33124

Related: https://github.com/pytorch/pytorch/issues/39558
Pull Request resolved: https://github.com/pytorch/pytorch/pull/39914

Differential Revision: D22068834

Pulled By: ezyang

fbshipit-source-id: d8a2ec795408850ec6eba3af7b29ddfeb3cbea38
2020-06-16 09:22:42 -07:00
f1e6e56641 Add aarch64 ci badge (#39698)
Summary:
This PR added a third-party aarch64 CI badge. It's CPU only currently for building pytorch master branch on python3.6 and Ubuntu 18.04. This CI is provided by OpenLab[1]

The build job runs once everyday at UTC0000

You can preview the badge here[2]

The build failed because of a known issue: https://github.com/pytorch/pytorch/issues/33124

More python version and GPU support will be added in the future.

This fixes pytorch/pytorch#39558.

1: https://openlabtesting.org/
2: https://github.com/wangxiyuan/pytorch/tree/add_aarch64_ci_badge
Pull Request resolved: https://github.com/pytorch/pytorch/pull/39698

Differential Revision: D21960607

Pulled By: ezyang

fbshipit-source-id: 15d5c06e455ed1b5cf69c3b33906c098cb539f87
2020-06-09 14:02:59 -07:00
ac25267753 fix build table for ppc64le (#39475)
Summary:
This corrects the build info for ppc64le in the main README.

I am opening this PR before renaming the build job.  (So, the "live" master README has the correct "live" link and the PR does not.)
Immediately after submitting the PR, I will correct the name of the build job.  This will make the new PR link correct, and the current "master" link will briefly appear broken until this PR gets merged.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/39475

Differential Revision: D21883184

Pulled By: malfet

fbshipit-source-id: 148353b632448c98e5aff560d31642328afe7963
2020-06-04 08:31:38 -07:00
fc4dfbf700 Remove reference of CUDA < 9.2 (#38977)
Summary:
Since CUDA < 9.2 is no longer supported (See https://github.com/pytorch/pytorch/pull/36848, https://github.com/pytorch/pytorch/pull/36846), this PR updates the required CUDA version in README.md to avoid confusion.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38977

Differential Revision: D21722965

Pulled By: ezyang

fbshipit-source-id: 626772f4303d023918dda34a620d95693174d97f
2020-05-26 09:23:26 -07:00
b04c07a67c Added a Resource section to README (#38547)
Summary:
Added the following entries in the newly made resources section in README:

* [PyTorch.org](https://pytorch.org/)
* [PyTorch Tutorials](https://pytorch.org/tutorials/)
* [PyTorch Examples](https://github.com/pytorch/examples)
* [PyTorch Models](https://pytorch.org/hub/)
* [Intro to Deep Learning with PyTorch from Udacity](https://www.udacity.com/course/deep-learning-pytorch--ud188)
* [Intro to Machine Learning with PyTorch from Udacity](https://www.udacity.com/course/intro-to-machine-learning-nanodegree--nd229)
* [Deep Neural Networks with PyTorch from Coursera](https://www.coursera.org/learn/deep-neural-networks-with-pytorch)
* [PyTorch Twitter](https://twitter.com/PyTorch)
* [PyTorch Blog](https://pytorch.org/blog/)
* [PyTorch YouTube](https://www.youtube.com/channel/UCWXI5YeOsh03QvJ59PMaXFw)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38547

Differential Revision: D21601647

Pulled By: jerryzh168

fbshipit-source-id: 2453312401386aa59c3b6c62b9f735dc8eb4947f
2020-05-15 15:54:10 -07:00
5c628ddbd0 Fix README for installation from source (#37301)
Summary:
I think, it's help faster compile pytorch from source without errors about incompatible compiler(such as: unsupported GNU version! gcc versions later than 8 are not supported!)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/37301

Differential Revision: D21396682

Pulled By: ngimel

fbshipit-source-id: 5e21c36ee550424e820f3aa6e6131ca858994ae4
2020-05-05 10:15:21 -07:00
0c2a72ec41 Update README to include few (missing?) links (#37714)
Summary:
Update of README
Pull Request resolved: https://github.com/pytorch/pytorch/pull/37714

Differential Revision: D21393786

Pulled By: ngimel

fbshipit-source-id: 8ae12b38989cbfcdd4d69db1c1ab3bbac0e0db61
2020-05-04 18:34:58 -07:00
2d8dbcd3ef Remove python2 and 3.5 from requirements.txt, README and docs (#35677)
Summary:
Some more cleanup now that we no longer support python2 or 3.5 on master and eventually PyTorch 1.6 release.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/35677

Differential Revision: D20838097

Pulled By: orionr

fbshipit-source-id: 95d553a1e8769f3baa395e0bc6d4ce7cd93236e9
2020-04-03 11:05:43 -07:00
34688d2c48 Add brand guidelines link (#34503)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/34503

Differential Revision: D20349273

Pulled By: soumith

fbshipit-source-id: 6b085377741ace5d200ca0d536de433b9bb7825c
2020-03-09 15:55:52 -07:00
99228086a6 Added missing period in README.
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/32723

Differential Revision: D19607256

Pulled By: mlacayo

fbshipit-source-id: 2993014d4d90fa26acd5bc01ed7494cc43a29a62
2020-01-28 16:25:04 -08:00
f0c85571ed docker: Refactor Dockerfile process for official images (#32515)
Summary:
## Commit Message:

Refactors Dockerfile to be as parallel as possible with caching and adds a new Makefile to build said Dockerfile.

Also updated the README.md to reflect the changes as well as updated some of the verbage around running our latest Docker images.

Adds the new Dockerfile process to our CircleCI workflows

## How to build:

Building the new images is pretty simple, just requires `docker` > 18.06 since the new build process relies on `buildkit` caching and multi-stage build resolving.

### Development images
For `runtime` images:
```
make -f docker.Makefile runtime-image
```

For `devel` images:
```
make -f docker.Makefile devel-image
```

Builds are tagged as follows:
```bash
docker.io/${docker_user:-whoami}/pytorch:$(git describe --tags)-${image_type}
```

Example:
```
docker.io/seemethere/pytorch:v1.4.0a0-2225-g9eba97b61d-runtime
```

### Official images

Official images are the ones hosted on [`docker.io/pytorch/pytorch`](https://hub.docker.com/r/pytorch/pytorch)

To do official images builds you can simply add set the `BUILD_TYPE` variable to `official` and it will do the correct build without building the local binaries:

Example:
```
make -f docker.Makefile BUILD_TYPE=official runtime-image
```

## How to push:

Pushing is also super simple (And will automatically tag the right thing based off of the git tag):

```
make -f docker.Makefile runtime-push
make -f docker.Makefile devel-push
```
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/32515

Differential Revision: D19558619

Pulled By: seemethere

fbshipit-source-id: a06b25cd39ae9890751a60f8f36739ad6ab9ac99
2020-01-24 10:27:20 -08:00
b26ee54176 For ppc64le, stop presenting the python 2.7 builds (we will no longer… (#32315)
Summary:
For ppc64le, we no longer plan to run regular builds on Python 2.7, and we wish to stop
publicizing the build status for those two builds (ppc64le/CPU and ppc64le/GPU each on py27).

This pull request simply removes the build status links for these two builds, replacing them
with a generic dash character (consistent with other un-publicized builds within the table).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/32315

Differential Revision: D19435939

Pulled By: soumith

fbshipit-source-id: c9f31e7acba83e42f6a758ac011bbef36fd8aaa0
2020-01-16 13:49:40 -08:00
d64e2581cc Add list of supported XCode/CUDA versions to README
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/30407

Differential Revision: D18689043

Pulled By: smessmer

fbshipit-source-id: cd772451ef31356ed3045ebb1a9c4f5e5e91bb45
2019-11-25 14:52:42 -08:00
3bffb730b6 Add note about when to install typing package (#29103)
Summary:
Was just trying to build pytorch from source and had a small hiccup because the instructions say to `conda install typing`. Because `typing` is a built-in module in recent Python 3 versions, conda interpreted that to mean that I want Python 2. So I added a note to the docs.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/29103

Differential Revision: D18294139

Pulled By: soumith

fbshipit-source-id: 621a2f62ebe870520197baec8f8bcdc1a0c57de9
2019-11-03 19:38:55 -08:00
cd3ed4db76 Update README.md (#28971)
Summary:
Fixed some grammar.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/28971

Differential Revision: D18265791

Pulled By: soumith

fbshipit-source-id: 778ab3e8a31f5f520a048c089c719c618427eaa6
2019-10-31 21:04:21 -07:00
110a931752 Change from HTTP to HTTPS
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/28333

Differential Revision: D18143824

Pulled By: soumith

fbshipit-source-id: 613fd2219814addc850c3b9fe7ebfd8510a5e5c8
2019-10-25 13:13:30 -07:00
4b64ada531 Fix typo (#28281)
Summary:
I know this is really a minor one and the list of people to mention will be significantly larger in the future. Nevertheless I would love to see my name written in correct international spelling (the strange German o-umlaut in my name becomes oe).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/28281

Differential Revision: D18007518

Pulled By: ezyang

fbshipit-source-id: 1d03065636d7f65ac6b376690256c0d021482958
2019-10-18 08:51:12 -07:00
32c56747f7 Mention C++14 in the README (#26670)
Summary:
Technically, we don't need a C++14 compiler yet, but we will soon stop support for GCC 4. Requiring a "C++14" compiler excludes GCC 4, so it is a defensive statement. Some time later, we will actually require a C++14 compiler.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/26670

Differential Revision: D17907257

Pulled By: smessmer

fbshipit-source-id: 5363d714f8d93597db008135f681b2e14d052fa0
2019-10-14 08:12:42 -07:00
1c2cb6d523 Edits to ReadMe file (#27808)
Summary:
Grammar edits to the Readme file to make it read better in English
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27808

Differential Revision: D17901414

Pulled By: soumith

fbshipit-source-id: 02e67289dafaf9280cb1c3bb2f37087cd134cc23
2019-10-13 17:09:02 -07:00
16ece1c9da Fixed typos and grammatical errors (#27465)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/27443
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27465

Differential Revision: D17810732

Pulled By: pietern

fbshipit-source-id: b8a62dd086a4f4a61c9aa6acfa495cf822995604
2019-10-08 09:31:45 -07:00
0c4bc27539 Mention magma-cuda101 package in install instructions (#27325)
Summary:
There is a magma package for the newest CUDA verson (10.1), mention it here lest someone try to mistakenly use the version for CUDA 10.0.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27325

Differential Revision: D17749535

Pulled By: soumith

fbshipit-source-id: 2d34a7af1218e6157935bfd5e03f4d2c0f00f200
2019-10-03 15:21:53 -07:00
66d27504e3 allow building docker without torchvision (#26168)
Summary:
There is an issue with the torchvision version not matching the pytorch version if one builds the docker from a tag, see issue https://github.com/pytorch/pytorch/issues/25917.  The current solution requires one to re-init the submodules or manually change the version of torchvision.  This PR allows one to build the docker image without torchvision, which not only fixes the above mentioned bug but also frees non-image pytorch users from the tyranny of torchvision 😆.

In all seriousness, for NLP researchers especially torchvision isn't a necessity for pytorch and all non-essential items shouldn't be in the docker.  This option removes one extra thing that can go wrong.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/26168

Differential Revision: D17550001

Pulled By: soumith

fbshipit-source-id: 48b8b9e22b75eef3afb392c618742215d3920e9d
2019-09-24 09:12:57 -07:00
079cd4e1fc Remove requests as dependency (#26083)
Summary:
local build is slow... test in CI...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/26083

Differential Revision: D17346949

Pulled By: ailzhang

fbshipit-source-id: f552d1a4be55ad4e2bd915af7c5a2c1b6667c446
2019-09-13 08:39:53 -07:00