Skip to content

Commit 400e324

Browse files
James Reedsoumith
James Reed
authored andcommitted
Remove preview text paragraph from custom op tutorial (#507)
1 parent 18ec63c commit 400e324

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

advanced_source/torch_script_custom_ops.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ convert them to third party tensor formats (in this case, OpenCV ``Mat``s), how
2727
to register your operator with the TorchScript runtime and finally how to
2828
compile the operator and use it in Python and C++.
2929
30-
This tutorial assumes you have the *preview release* of PyTorch 1.0 installed
31-
via ``pip`` or `conda`. See https://pytorch.org/get-started/locally for
32-
instructions on grabbing the latest release of PyTorch 1.0. Alternatively, you
33-
can compile PyTorch from source. The documentation in `this file
34-
<https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md>`_ will assist
35-
you with this.
36-
3730
Implementing the Custom Operator in C++
3831
---------------------------------------
3932

0 commit comments

Comments
 (0)