diff --git a/frameworks/torch/torch-neuron/tutorials/tutorial-libtorch.rst b/frameworks/torch/torch-neuron/tutorials/tutorial-libtorch.rst index e2cdfe2e..3bb0a2f5 100644 --- a/frameworks/torch/torch-neuron/tutorials/tutorial-libtorch.rst +++ b/frameworks/torch/torch-neuron/tutorials/tutorial-libtorch.rst @@ -13,7 +13,7 @@ Overview This tutorial demonstrates the use of `LibTorch `_ with Neuron, the SDK for Amazon Inf1, Inf2 and Trn1 instances. By the end of this tutorial, you will understand how to write a native C++ application that performs inference on EC2 Inf1, Inf2 and Trn1 instances. We will use an inf1.6xlarge and a pretrained BERT-Base model to determine if one sentence is a paraphrase of another. -Verify that this tutorial is running in a virtual environement that was set up according to the `Torch-Neuronx Installation Guide ` or `Torch-Neuron Installation Guide ` +Verify that this tutorial is running in a virtual environment that was set up according to the `Torch-Neuronx Installation Guide ` or `Torch-Neuron Installation Guide ` Notes -----