Skip to content

Commit 1d2fb99

Browse files
ref
1 parent 8d4ef98 commit 1d2fb99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ What's new in PyTorch tutorials?
338338
:link: beginner/Intro_to_TorchScript_tutorial.html
339339
:tags: Production,TorchScript
340340

341+
342+
.. customcarditem::
343+
:header: Introduction to TorchServe
344+
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
345+
:image: _static/img/thumbnails/cropped/Introduction-to-TorchScript.png
346+
:link: beginner_source/torchserve_turorial.py
347+
:tags: Production,TorchServe
348+
341349
.. customcarditem::
342350
:header: Loading a TorchScript Model in C++
343351
:card_description: Learn how PyTorch provides to go from an existing Python model to a serialized representation that can be loaded and executed purely from C++, with no dependency on Python.

0 commit comments

Comments
 (0)