From 796870aeb02e241f3d044dd922a344587517cd28 Mon Sep 17 00:00:00 2001 From: James Reed Date: Wed, 22 May 2019 15:26:09 -0700 Subject: [PATCH] Remove preview text paragraph from custom op tutorial --- advanced_source/torch_script_custom_ops.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/advanced_source/torch_script_custom_ops.rst b/advanced_source/torch_script_custom_ops.rst index e399ee17d94..dd8dea4470d 100644 --- a/advanced_source/torch_script_custom_ops.rst +++ b/advanced_source/torch_script_custom_ops.rst @@ -27,13 +27,6 @@ convert them to third party tensor formats (in this case, OpenCV ``Mat``s), how to register your operator with the TorchScript runtime and finally how to compile the operator and use it in Python and C++. -This tutorial assumes you have the *preview release* of PyTorch 1.0 installed -via ``pip`` or `conda`. See https://pytorch.org/get-started/locally for -instructions on grabbing the latest release of PyTorch 1.0. Alternatively, you -can compile PyTorch from source. The documentation in `this file -`_ will assist -you with this. - Implementing the Custom Operator in C++ ---------------------------------------