Metadata-Version: 2.4
Name: onnxruntime-ep-nv-tensorrt-rtx
Version: 0.3.0
Summary: Meta-package: installs the NVIDIA TensorRT RTX Execution Provider for ONNX Runtime (CUDA 13 default)
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/NVIDIA/TensorRT-RTX-EP-ABI
Keywords: onnxruntime,tensorrt,execution-provider,nvidia
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: onnxruntime-ep-nv-tensorrt-rtx-cu13==0.3.0
Dynamic: requires-dist

# onnxruntime-ep-nv-tensorrt-rtx

Meta-package for the NVIDIA TensorRT RTX Execution Provider plugin for
[ONNX Runtime](https://onnxruntime.ai/).

Installing this package pulls in the default CUDA variant
(`onnxruntime-ep-nv-tensorrt-rtx-cu13`). For a different CUDA version, install
the corresponding variant directly:

```bash
pip install onnxruntime-ep-nv-tensorrt-rtx-cu13   # CUDA 13 (default)
pip install onnxruntime-ep-nv-tensorrt-rtx-cu12   # CUDA 12
```

This follows the same pattern used by [TensorRT-RTX](https://pypi.org/project/tensorrt-rtx/).

---

## About NVIDIA TensorRT for RTX

NVIDIA® TensorRT™ for RTX (TensorRT-RTX) is an inference optimization library
dedicated for deploying AI inference on NVIDIA GeForce RTX GPUs. It is a great
choice for developers building applications that must run on Windows or Linux
PCs, laptops, or workstations.

The underlying packages bundle the TensorRT-RTX runtime libraries alongside the
ONNX Runtime EP plugin so that no separate TensorRT-RTX installation is required.

For more information about TensorRT-RTX, visit https://developer.nvidia.com/tensorrt-rtx.  
Online documentation: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/index.html  
License agreement: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/reference/sla.html

---

## References

- Release Notes: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/getting-started/release-notes.html
- Support Matrix: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/getting-started/support-matrix.html
- Installation Guide: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/installing-tensorrt-rtx/installation-overview.html
