2022-12-30 19:53:17 +03:00
|
|
|
# NVidia TensorRT Support (amd64 only)
|
2023-06-20 07:21:42 +03:00
|
|
|
--extra-index-url 'https://pypi.nvidia.com'
|
2023-06-18 06:57:08 +03:00
|
|
|
tensorrt == 8.6.1; platform_machine == 'x86_64'
|
2023-06-20 07:21:42 +03:00
|
|
|
tensorrt-libs == 8.6.1; platform_machine == 'x86_64'
|
|
|
|
|
tensorrt-bindings == 8.6.1; platform_machine == 'x86_64'
|
2023-06-18 06:57:08 +03:00
|
|
|
cuda-python == 12.1; platform_machine == 'x86_64'
|
2022-12-30 19:53:17 +03:00
|
|
|
cython == 0.29.*; platform_machine == 'x86_64'
|
2023-06-18 06:57:08 +03:00
|
|
|
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-cublas-cu12 == 12.1.*; platform_machine == 'x86_64'
|
|
|
|
|
nvidia-cudnn-cu12 == 8.9.*; platform_machine == 'x86_64'
|
2023-06-20 07:21:42 +03:00
|
|
|
nvidia-cuda-nvrtc-cu12 == 12.1.*; platform_machine == 'x86_64'
|
|
|
|
|
onnx==1.14.0; platform_machine == 'x86_64'
|
|
|
|
|
protobuf==3.20.3; platform_machine == 'x86_64'
|