Windows

CUDA

Compatible with NVIDIA graphic cards:

conda install conda-forge::cuda-runtime=12.8.1 conda-forge::cudnn=9.8.0.87

TensorRT

Suitable for high performance NVIDIA graphic cards:

pip install tensorrt==10.9.0.34 --extra-index-url https://pypi.nvidia.com

OpenVINO

Suitable for Intel Arc graphic cards:

conda install conda-forge::openvino=2025.1.0

Last updated