Skip to content

Commit d7f1eee

Browse files
lucylqNikhil Viswanath Sivakumar
authored andcommitted
Fix typo (#15)
1 parent 00ac48b commit d7f1eee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mv2/cpp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ExecutorTorch MobileNetV2 Demo C++ Application
1+
# ExecuTorch MobileNetV2 Demo C++ Application
22

3-
This is a simple C++ demo application that uses the ExecutorTorch library for MobileNetV2 model inference.
3+
This is a simple C++ demo application that uses the ExecuTorch library for MobileNetV2 model inference.
44

55
## Build instructions
66

@@ -36,9 +36,9 @@ This is a simple C++ demo application that uses the ExecutorTorch library for Mo
3636

3737
- CMake 3.18 or higher
3838
- C++17 compatible compiler
39-
- ExecutorTorch library (release/0.6)
39+
- ExecuTorch library (release/0.6)
4040

4141
## Notes
4242

43-
- Make sure you have the correct model file (`.pte`) compatible with ExecutorTorch.
44-
- This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data.
43+
- Make sure you have the correct model file (`.pte`) compatible with ExecuTorch.
44+
- This demo currently initializes the input tensor with random data. In a real application, you would replace this with actual input data.

0 commit comments

Comments
 (0)