Skip to content

Commit 4f47a0b

Browse files
authored
Update README.md
1 parent 70c8393 commit 4f47a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/torchtrt_aoti_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ torch_tensorrt.save(
7171
make
7272
```
7373

74-
`torchtrt_runtime_example` is a binary which loads the `model.pt2` that is generated by `model.py`. It runs the binary once with 8x10 inputs and once with 1x10 inputs to demonstrate the dynamic shape behavior.
74+
`torchtrt_aoti_example` is a binary which loads the `model.pt2` that is generated by `model.py`. It runs the binary once with 8x10 inputs and once with 1x10 inputs to demonstrate the dynamic shape behavior.
7575

7676
The Makefile will print a list of directories to add to your `LD_LIBRARY_PATH` so that the binary can link against `pytorch`, `tensorrt` and `torch_tensorrt`

0 commit comments

Comments
 (0)