Compare commits

...

5 Commits

Author SHA1 Message Date
GuillaumeRattin 8cfafa31fc
Merge 2663c7eae7 into ec6d7d2995 2025-06-03 10:57:11 +02:00
Kenneth Estanislao ec6d7d2995
Merge pull request #1327 from zjy-dev/fix/add-cudnn-installation-docs
docs: add cuDNN installation guidance for CUDA
2025-06-01 12:05:04 +08:00
zjy-dev e791f2f18a docs: add cuDNN installation guidance for CUDA 2025-06-01 00:40:29 +08:00
GuillaumeRattin 2663c7eae7
Merge branch 'hacksider:main' into main 2025-05-27 22:29:24 +02:00
GuillaumeRattin aafeb8cf89
Add pygrabber==0.2 to requirements.txt 2025-05-07 14:43:53 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -188,7 +188,10 @@ 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 dependencies:
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:
```bash
pip uninstall onnxruntime onnxruntime-gpu

View File

@ -19,3 +19,4 @@ onnxruntime-gpu==1.17; sys_platform != 'darwin'
tensorflow; sys_platform != 'darwin'
opennsfw2==0.10.2
protobuf==4.23.2
pygrabber==0.2