2026-03-08 16:54:16 +03:00
|
|
|
# Nvidia ONNX Runtime GPU Support
|
2023-07-06 22:20:33 +03:00
|
|
|
--extra-index-url 'https://pypi.nvidia.com'
|
2025-07-08 02:12:52 +03:00
|
|
|
cython==3.0.*; platform_machine == 'x86_64'
|
2026-03-08 16:54:16 +03:00
|
|
|
nvidia-cuda-nvrtc==13.0.88; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-cuda-runtime==13.0.96; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-cudnn-cu13==9.14.0.*; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-cufft==12.0.0.*; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-curand==10.4.0.*; platform_machine == 'x86_64'
|
2024-10-24 16:48:14 +03:00
|
|
|
onnx==1.16.*; platform_machine == 'x86_64'
|
2026-03-08 16:54:16 +03:00
|
|
|
onnxruntime-gpu==1.24.*; platform_machine == 'x86_64'
|
2024-09-16 04:30:30 +03:00
|
|
|
protobuf==3.20.3; platform_machine == 'x86_64'
|