You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aot_arm_compiler.py has been moved from examples/arm to
backends/arm/scripts. Update documentation and scripts invoking this
script to use the new path.
Copy file name to clipboardExpand all lines: backends/arm/scripts/docgen/ethos-u/ethos-u-getting-started-tutorial.md.in
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial you will learn how to export a simple PyTorch model for the Exe
20
20
```{tip}
21
21
If you are already familiar with this delegate, you may want to jump directly to the examples:
22
22
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
23
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/examples/arm/aot_arm_compiler.py)
23
+
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
24
24
```
25
25
26
26
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on Arm® Ethos™-U targets. It is based on `ethos_u_minimal_example.ipynb`, provided in Arm’s examples folder.
@@ -69,9 +69,9 @@ The example below shows how to quantize a model consisting of a single addition,
69
69
$MINIMAL_EXAMPLE
70
70
71
71
```{tip}
72
-
For a quick start, you can use the script `examples/arm/aot_arm_compiler.py` to produce the pte.
72
+
For a quick start, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
73
73
To produce a pte file equivalent to the one above, run
Copy file name to clipboardExpand all lines: backends/arm/scripts/docgen/vgf/vgf-getting-started-tutorial.md.in
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You may encounter some rough edges and features which may be documented or plann
26
26
```{tip}
27
27
If you are already familiar with this delegate, you may want to jump directly to the examples:
28
28
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
29
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/examples/arm/aot_arm_compiler.py)
29
+
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
30
30
```
31
31
32
32
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on VGF targets. The tutorial is based on `vgf_minimal_example.ipyb`, provided in Arm's example folder.
@@ -78,9 +78,9 @@ The example below shows how to quantize a model consisting of a single addition,
78
78
$MINIMAL_EXAMPLE
79
79
80
80
```{tip}
81
-
For a quick start, you can use the script `examples/arm/aot_arm_compiler.py` to produce the pte.
81
+
For a quick start, you can use the script `backends/arm/scripts/aot_arm_compiler.py` to produce the pte.
82
82
To produce a pte file equivalent to the one above, run
Copy file name to clipboardExpand all lines: docs/source/backends/arm-ethos-u/tutorials/ethos-u-getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this tutorial you will learn how to export a simple PyTorch model for the Exe
20
20
```{tip}
21
21
If you are already familiar with this delegate, you may want to jump directly to the examples:
22
22
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
23
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/examples/arm/aot_arm_compiler.py)
23
+
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
24
24
```
25
25
26
26
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on Arm® Ethos™-U targets. It is based on `ethos_u_minimal_example.ipynb`, provided in Arm’s examples folder.
Copy file name to clipboardExpand all lines: docs/source/backends/arm-vgf/tutorials/vgf-getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You may encounter some rough edges and features which may be documented or plann
26
26
```{tip}
27
27
If you are already familiar with this delegate, you may want to jump directly to the examples:
28
28
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
29
-
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/examples/arm/aot_arm_compiler.py)
29
+
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/backends/arm/scripts/aot_arm_compiler.py)
30
30
```
31
31
32
32
This tutorial serves as an introduction to using ExecuTorch to deploy PyTorch models on VGF targets. The tutorial is based on `vgf_minimal_example.ipyb`, provided in Arm's example folder.
0 commit comments