diff --git a/mv2/cpp/README.md b/mv2/cpp/README.md index e827c3be..5ede5697 100644 --- a/mv2/cpp/README.md +++ b/mv2/cpp/README.md @@ -1,6 +1,6 @@ -# ExecutorTorch MobileNetV2 Demo C++ Application +# ExecuTorch MobileNetV2 Demo C++ Application -This is a simple C++ demo application that uses the ExecutorTorch library for MobileNetV2 model inference. +This is a simple C++ demo application that uses the ExecuTorch library for MobileNetV2 model inference. ## Build instructions @@ -36,9 +36,9 @@ This is a simple C++ demo application that uses the ExecutorTorch library for Mo - CMake 3.18 or higher - C++17 compatible compiler -- ExecutorTorch library (release/0.6) +- ExecuTorch library (release/0.6) ## Notes -- Make sure you have the correct model file (`.pte`) compatible with ExecutorTorch. -- This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data. \ No newline at end of file +- Make sure you have the correct model file (`.pte`) compatible with ExecuTorch. +- This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data.