Files
Po-Wei (Vincent) 665cfbe862 TensorRT 10.10 OSS Release (#4437)
Signed-off-by: Po-Wei Wang (Vincent) <poweiw@nvidia.com>
2025-05-09 15:21:00 -07:00

15 lines
520 B
Plaintext

triton==3.1.0; (platform_system != "Windows" and python_version <= "3.8")
triton==3.2.0; (platform_system != "Windows" and python_version >= "3.9")
torch
--extra-index-url https://pypi.ngc.nvidia.com
polygraphy
colored
numpy==1.23.5; (platform_system != "Windows" and python_version <= "3.10")
numpy==1.26.4; (platform_system != "Windows" and python_version >= "3.11")
onnx==1.16.0; platform_system == "Windows"
--extra-index-url https://pypi.ngc.nvidia.com
onnx-graphsurgeon
pyyaml==6.0.1
requests==2.32.2
tqdm==4.66.4