Skip to content

Commit 3891af8

Browse files
authored
Include python API information (#656)
* Include python API information Tensorrt API is used in some examples/samples, this adds information on how to install it. * Include python API information Tensorrt API is used in some examples/samples, this adds information on how to install it. Signed-off-by: Mike Vella <vellamike@gmail.com> * Correct README error introduced in previous merge Signed-off-by: Mike Vella <vellamike@gmail.com>
1 parent dfbae13 commit 3891af8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,17 @@ NOTE: Along with the TensorRT OSS components, the following source packages will
288288
- Titan V, Tesla V100: `-DGPU_ARCHS="70"`
289289
- Multiple SMs: `-DGPU_ARCHS="80 75"`
290290

291-
- `TRT_PLATFORM_ID`: Bare-metal build (unlike containerized cross-compilation) on non Linux/x86 platforms must explicitly specify the target platform. Currently supported options: `x86_64` (default), `aarch64`
291+
- `TRT_PLATFORM_ID`: Bare-metal build (unlike containerized cross-compilation) on non Linux/x86 platforms must explicitly specify the target platform. Currently supported options: `x86_64` (default), `aarch64`
292292

293+
### (Optional - recommended) installing the tensorrt python API bindings
294+
295+
whl files for the TensorRT python API are in the `python` directory of the TensorRT release
296+
297+
*Example* install for python 3.6:
298+
299+
```
300+
pip install $TRT_RELEASE/python/tensorrt-7.1.3.4-cp36-none-linux_x86_64.whl
301+
```
293302

294303
## Useful Resources
295304

0 commit comments

Comments
 (0)