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
Break out fixes from pytorch#19758 as discussed in pytorch#19966
---------
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
Co-authored-by: RJ Ascani <rja@meta.com>
f"{node.name} is expected to have parameter tensors for weight/bias but no such inputs found, which may cause unexpected quantization annotations. This is likely caused by incorrect tensor instantiations or non-constant weight/biases."
332
-
)
333
-
else:
334
-
iflen(params) >0:
335
-
logger.warning(
336
-
f"{node.name} is not expected to not have parameter tensors but found {[n.nameforninparams]}, which may cause unexpected quantization annotations."
Copy file name to clipboardExpand all lines: docs/source/backends/arm-ethos-u/tutorials/ethos-u-getting-started.md
+4-3Lines changed: 4 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/backends/arm/scripts/aot_arm_compiler.py)
23
+
* [A commandline compiler for quick tests and 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.
0 commit comments