Skip to content

Commit 14705b9

Browse files
authored
Merge pull request #2449 from mkomod/patch-1
Update index.rst
2 parents efb6121 + f874e20 commit 14705b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/08_Advanced_Usage/index.rst

+1-1
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)