Skip to content

Commit af8d8b4

Browse files
committed
Merge branch 'deprecating-tutorials' of github.com:pytorch/tutorials into deprecating-tutorials
2 parents 45baad8 + 3c3be62 commit af8d8b4

16 files changed

+134
-235
lines changed

.lycheeignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Used for links to be ignored during the link check.
22
# Add link to file along with comment as to why it should be ignored
3+
4+
#Example link in some of the tutorials that should be ignored
5+
file:///f:/libtmp/some_file
6+
7+
#Ignore links with "file:///" to catch any other example links
8+
file:\/\/\/.*
93.3 KB
Loading
141 KB
Loading

_static/img/trace_xpu_img.png

88.3 KB
Loading

advanced_source/cpp_export.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Loading a TorchScript Model in C++
22
=====================================
33

4+
.. note:: TorchScript is no longer in active development.
5+
46
As its name suggests, the primary interface to PyTorch is the Python
57
programming language. While Python is a suitable and preferred language for
68
many scenarios requiring dynamism and ease of iteration, there are equally many

advanced_source/torch-script-parallelism.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Dynamic Parallelism in TorchScript
22
==================================
33

4+
.. note:: TorchScript is no longer in active development.
5+
46
In this tutorial, we introduce the syntax for doing *dynamic inter-op parallelism*
57
in TorchScript. This parallelism has the following properties:
68

advanced_source/torch_script_custom_classes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Extending TorchScript with Custom C++ Classes
22
===============================================
33

4+
.. note:: TorchScript is no longer in active development.
5+
46
This tutorial is a follow-on to the
57
:doc:`custom operator <torch_script_custom_ops>`
68
tutorial, and introduces the API we've built for binding C++ classes into TorchScript

beginner_source/Intro_to_TorchScript_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
**Authors:** James Reed ([email protected]), Michael Suo ([email protected]), rev2
66
7+
.. note:: TorchScript is no longer in active development.
8+
79
This tutorial is an introduction to TorchScript, an intermediate
810
representation of a PyTorch model (subclass of ``nn.Module``) that
911
can then be run in a high-performance environment such as C++.

beginner_source/deploy_seq2seq_hybrid_frontend_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Deploying a Seq2Seq Model with TorchScript
44
==================================================
55
**Author:** `Matthew Inkawhich <https://github.com/MatthewInkawhich>`_
6+
7+
.. note:: TorchScript is no longer in active development.
68
"""
79

810

en-wordlist.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ DyNet
6868
EOS
6969
EPS
7070
Ecker
71+
ExecuTorch
7172
ExportDB
7273
FC
7374
FGSM
@@ -647,4 +648,11 @@ url
647648
colab
648649
sharders
649650
Criteo
650-
torchrec
651+
torchrec
652+
_batch_norm_impl_index
653+
convolution_overrideable
654+
aten
655+
XPU
656+
XPUs
657+
impl
658+
overrideable

0 commit comments

Comments
 (0)