diff options
author | Peter Goldsborough <psag@fb.com> | 2018-10-02 12:15:35 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-10-02 12:25:25 -0700 |
commit | 29e5ba8a7b99896a99e45b79321201b2edf384b1 (patch) | |
tree | d9b33a54b608663ff97d3c234b0c66609decf2d4 /docs/cpp | |
parent | 1d3f650ce4f1b781f03e8b4f250a25d5a8f819cc (diff) | |
download | pytorch-29e5ba8a7b99896a99e45b79321201b2edf384b1.tar.gz pytorch-29e5ba8a7b99896a99e45b79321201b2edf384b1.tar.bz2 pytorch-29e5ba8a7b99896a99e45b79321201b2edf384b1.zip |
Fix for LibTorch download link (#12263)
Summary:
We now have a proper download link for libtorch.
ezyang soumith
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12263
Differential Revision: D10149216
Pulled By: goldsborough
fbshipit-source-id: e9caefed1c7f8e25d7623d72c8548bfdb6114329
Diffstat (limited to 'docs/cpp')
-rw-r--r-- | docs/cpp/source/installing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpp/source/installing.rst b/docs/cpp/source/installing.rst index 24906dbb53..ad662425c3 100644 --- a/docs/cpp/source/installing.rst +++ b/docs/cpp/source/installing.rst @@ -4,7 +4,7 @@ Installing C++ Distributions of PyTorch We provide binary distributions of all headers, libraries and CMake configuration files required to depend on PyTorch. We call this distribution *LibTorch*, and you can download ZIP archives containing the latest LibTorch -distribution on `our website <https://gist.github.com/goldsborough/fc3d94917f0405a9da7ec2899710eb9f>`_. Below +distribution on `our website <https://pytorch.org/get-started/locally/>`_. Below is a small example of writing a minimal application that depends on LibTorch and uses the `at::Tensor` class which comes with the PyTorch C++ API. |