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
Copy file name to clipboardExpand all lines: examples/torchtrt_aoti_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,6 @@ torch_tensorrt.save(
71
71
make
72
72
```
73
73
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.
75
75
76
76
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