Skip to content

Commit 1a9ab9d

Browse files
NostalgiaJohnagrima1304
authored andcommitted
Arm backend: Fix typo in tutorial for Arm Corstone-320 (pytorch#15255)
### Summary Fixing typo in [Arm Ethos-U NPU Backend Tutorial](https://docs.pytorch.org/executorch/main/tutorial-arm-ethos-u.html). ### Test plan No test needed.
1 parent a8631d1 commit 1a9ab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial-arm-ethos-u.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch mo
3131

3232
To successfully complete this tutorial, you will need a Linux machine with aarch64 or x86_64 processor architecture, or a macOS™ machine with Apple® Silicon.
3333

34-
To enable development without a specific development board, we will be using a [Fixed Virtual Platform (FVP)](https://www.arm.com/products/development-tools/simulation/fixed-virtual-platforms), simulating [Arm® Corstone™-300](https://developer.arm.com/Processors/Corstone-300)(cs300) and [Arm® Corstone™-300](https://developer.arm.com/Processors/Corstone-320)(cs320)systems. Think of it as virtual hardware.
34+
To enable development without a specific development board, we will be using a [Fixed Virtual Platform (FVP)](https://www.arm.com/products/development-tools/simulation/fixed-virtual-platforms), simulating [Arm® Corstone™-300](https://developer.arm.com/Processors/Corstone-300)(cs300) and [Arm® Corstone™-320](https://developer.arm.com/Processors/Corstone-320)(cs320)systems. Think of it as virtual hardware.
3535

3636
### Software
3737

0 commit comments

Comments
 (0)