From 1ba01609c79f6d5e758bc9dfd2aa94e6858909d2 Mon Sep 17 00:00:00 2001 From: Ethan Knights Date: Mon, 28 Apr 2025 11:27:46 +0100 Subject: [PATCH] Typo in tutorial-libtorch --- frameworks/torch/torch-neuron/tutorials/tutorial-libtorch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----