Skip to content

Commit

Permalink
improve libtorch install docs with GPU note (pytorch#17299)
Browse files Browse the repository at this point in the history
Summary:
Fixes pytorch#15702
Pull Request resolved: pytorch#17299

Differential Revision: D14149712

Pulled By: soumith

fbshipit-source-id: 5b83110bb00e4d4dad04c1f293c2b52e41711f11
  • Loading branch information
soumith authored and facebook-github-bot committed Feb 20, 2019
1 parent 237e543 commit 1b3315e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cpp/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ example:
wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
unzip libtorch-shared-with-deps-latest.zip
Note that the above link has CPU-only libtorch. If you would like to download a GPU-enabled
libtorch, find the right link in the link selector on https://pytorch.org

Next, we can write a minimal CMake build configuration to develop a small
application that depends on LibTorch. CMake is not a hard requirement for using
Expand Down

0 comments on commit 1b3315e

Please sign in to comment.