Install Bare Metal Inference GPU on Windows
Install the inference-gpu Python package with NVIDIA CUDA and cuDNN on Windows, without Docker.
Prerequisites
Step 1: Install Python
Step 2: Install Inference GPU
py -m pip install --extra-index-url https://download.pytorch.org/whl/cu128 inference-gpuStep 3: Install CUDA Toolkit 11.8
Step 4: Install cuDNN



Step 5: Install zlib
Step 6: Install the Visual Studio 2019 C++ runtime
Verify the installation
Last updated
Was this helpful?