Polygraphy Trtexec: Extension to run on trtexec backend
Project description
Extending polygraphy run to support trtexec
Introduction
polygraphy run allows you to run inference with multiple backends, including TensorRT and ONNX-Runtime, and compare outputs.
This extension adds support to run inference with trtexec.
Installation
Follow the steps below to install the extension module. After installation, you should see the trtexec options in the help
output of polygraphy run:
-
Build using
setup.py:python3 setup.py bdist_wheel
-
Install the wheel: The wheel is installed in the
distdirectory. Install the wheel by running the following commandpython3 -m pip install dist/polygraphy_trtexec-*.whl \ --extra-index-url https://pypi.ngc.nvidia.comNOTE: You may have to update the above command to install the appropriate version of the wheel
-
After the installation, you can run it on the trtexec backend by using the
--trtexecflag as follows:polygraphy run sample.onnx --trtexec
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file polygraphy_trtexec-0.0.9-py3-none-any.whl.
File metadata
- Download URL: polygraphy_trtexec-0.0.9-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
823b03c6582230cb77afd4550b69d2ef5d078cdd783cea58e66f184b84b7b02a
|
|
| MD5 |
2d7e1e8963ab245ac0124c684c7792ef
|
|
| BLAKE2b-256 |
8ea16818433f497b43eb890131c5f4fdb41ee808809a91510fbce5812156563a
|