Skip to content

Commit f874e20

Browse files
authored
Update index.rst
1 parent efb6121 commit f874e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/08_Advanced_Usage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Converting Models to TorchScript
7979
----------------------------------
8080

8181
In order to deploy GPs in production code, it can be desirable to avoid using PyTorch directly for performance reasons.
82-
Fortunarely, PyTorch offers a mechanism caled TorchScript to aid in this. In these example notebooks, we'll demonstrate
82+
Fortunarely, PyTorch offers a mechanism called TorchScript to aid in this. In these example notebooks, we'll demonstrate
8383
how to convert both an exact GP and a variational GP to a ScriptModule that can then be used for example in LibTorch.
8484

8585
.. toctree::

0 commit comments

Comments
 (0)