File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments