We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44187c5 commit 8e7fb18Copy full SHA for 8e7fb18
beginner_source/deploy_seq2seq_hybrid_frontend_tutorial.py
@@ -60,8 +60,8 @@
60
# Python, so you might need to rewrite the code to make it compatible
61
# with the TorchScript syntax.
62
#
63
-# For all details relating to the supported features, see the TorchScript
64
-# `language reference <https://pytorch.org/docs/master/jit.html>`__.
+# For all details relating to the supported features, see the `TorchScript
+# language reference <https://pytorch.org/docs/master/jit.html>`__.
65
# To provide the maximum flexibility, you can also mix tracing and scripting
66
# modes together to represent your whole program, and these techniques can
67
# be applied incrementally.
0 commit comments