Skip to content

Commit 70ea29e

Browse files
committed
Remove PyTorch 1.2 notes in tutorials
Someone mentioned that they found this confusing, since the current release is 1.4
1 parent b4d26af commit 70ea29e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: advanced_source/cpp_export.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Loading a TorchScript Model in C++
22
=====================================
33

4-
**This tutorial was updated to work with PyTorch 1.2**
5-
64
As its name suggests, the primary interface to PyTorch is the Python
75
programming language. While Python is a suitable and preferred language for
86
many scenarios requiring dynamism and ease of iteration, there are equally many

Diff for: beginner_source/deploy_seq2seq_hybrid_frontend_tutorial.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Deploying a Seq2Seq Model with TorchScript
44
==================================================
55
**Author:** `Matthew Inkawhich <https://github.com/MatthewInkawhich>`_
6-
1.2, this tutorial was updated to work with PyTorch 1.2
76
"""
87

98

0 commit comments

Comments
 (0)