Files
Simeng Liu b8ada0188d TensorRT OSS 9.1.0 Release (#3395)
Signed-off-by: Simeng Liu <simengl@nvidia.com>
2023-10-19 17:30:27 -07:00

29 lines
447 B
YAML

---
args:
polygraphy:
- '--extra-index-url https://pypi.ngc.nvidia.com'
torch: []
conditions:
cuda-python:
- cuda-python
onnx-graphsurgeon:
- onnx-graphsurgeon
triton:
- triton; platform_system != "Windows"
numpy:
- numpy==1.23.5; platform_system != "Windows"
torch:
- torch
packages:
- cuda-python
- cupy-cuda12x
- numba
- triton
- torch
- polygraphy
- colored
- numpy
- onnx-graphsurgeon
- pywin32
...