We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efb6121 + f874e20 commit 14705b9Copy full SHA for 14705b9
examples/08_Advanced_Usage/index.rst
@@ -79,7 +79,7 @@ Converting Models to TorchScript
79
----------------------------------
80
81
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
+Fortunarely, PyTorch offers a mechanism called TorchScript to aid in this. In these example notebooks, we'll demonstrate
83
how to convert both an exact GP and a variational GP to a ScriptModule that can then be used for example in LibTorch.
84
85
.. toctree::
0 commit comments