Skip to content

Commit 78db0b0

Browse files
authored
Update readme.md
1 parent c4e6f74 commit 78db0b0

File tree

1 file changed

+3
-3
lines changed
  • examples/models/example_export_from_module

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example of an external model for the ARM AOT Compiler
2-
This is an example of an external Python file to be used as a module by the ```aot_arm_compiler.py``` (and the ```run.sh```) scripts in ```examples/arm``` directory.
2+
This is an example of an external Python file to be used as a module by the `run.sh` (and the `aot_arm_compiler.py`) scripts in `examples/arm` directory. Just pass the path of the `model.py` file as `--model_name`.
33

4-
```ModelUnderTest``` should be a ```torch.nn.module``` instance.
4+
`ModelUnderTest` should be a `torch.nn.module` instance.
55

6-
```ModelInputs``` should be a tuple of inputs to the forward function.
6+
`ModelInputs` should be a tuple of inputs to the forward function.

0 commit comments

Comments
 (0)