Compare commits

..

1 Commits

Author SHA1 Message Date
padawan40 18a6d24ae7
Merge 677a4dd096 into 3795e41fd7 2025-05-28 08:10:47 +05:30
1 changed files with 1 additions and 4 deletions

View File

@ -188,10 +188,7 @@ pip install -r requirements.txt
**CUDA Execution Provider (Nvidia)**
1. Install [CUDA Toolkit 11.8.0](https://developer.nvidia.com/cuda-11-8-0-download-archive)
2. Install [cuDNN v8.9.7 for CUDA 11.x](https://developer.nvidia.com/rdp/cudnn-archive) (required for onnxruntime-gpu):
- Download cuDNN v8.9.7 for CUDA 11.x
- Make sure the cuDNN bin directory is in your system PATH
3. Install dependencies:
2. Install dependencies:
```bash
pip uninstall onnxruntime onnxruntime-gpu