Metadata-Version: 2.1
Name: tensorrt_cu13
Version: 10.13.2.6
Summary: A high performance deep learning inference library
Home-page: https://github.com/nvidia/tensorrt
Download-URL: https://developer.nvidia.com/tensorrt
Author: NVIDIA Corporation
License: Proprietary
Keywords: nvidia tensorrt deeplearning inference
Classifier: License :: Other/Proprietary License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: tensorrt_cu13_libs==10.13.2.6
Requires-Dist: tensorrt_cu13_bindings==10.13.2.6
Provides-Extra: numpy
Requires-Dist: numpy; extra == "numpy"


NVIDIA TensorRT is an SDK that facilitates high-performance machine learning inference. It is designed to work in a complementary fashion with training frameworks such as TensorFlow, PyTorch, and MXNet. It focuses specifically on running an already-trained network quickly and efficiently on NVIDIA hardware.

If the dependencies of this package cannot be correctly installed from PyPI for any reason, you can try using the NVIDIA package index instead:
```
export NVIDIA_TENSORRT_DISABLE_INTERNAL_PIP=0
pip install tensorrt
```
