Skip to content

Commit

Permalink
Merge pull request #2449 from mkomod/patch-1
Browse files Browse the repository at this point in the history
Update index.rst
  • Loading branch information
Balandat committed Dec 2, 2023
2 parents efb6121 + f874e20 commit 14705b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/08_Advanced_Usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Converting Models to TorchScript
----------------------------------

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

.. toctree::
Expand Down

0 comments on commit 14705b9

Please sign in to comment.