Compare commits
No commits in common. "ec6d7d2995431fc01cefd17fd4d8a87971169a0e" and "3795e41fd799a1537ddb66b38fb13ce1edc50ced" have entirely different histories.
ec6d7d2995
...
3795e41fd7
|
@ -188,10 +188,7 @@ pip install -r requirements.txt
|
||||||
**CUDA Execution Provider (Nvidia)**
|
**CUDA Execution Provider (Nvidia)**
|
||||||
|
|
||||||
1. Install [CUDA Toolkit 11.8.0](https://developer.nvidia.com/cuda-11-8-0-download-archive)
|
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):
|
2. Install dependencies:
|
||||||
- Download cuDNN v8.9.7 for CUDA 11.x
|
|
||||||
- Make sure the cuDNN bin directory is in your system PATH
|
|
||||||
3. Install dependencies:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip uninstall onnxruntime onnxruntime-gpu
|
pip uninstall onnxruntime onnxruntime-gpu
|
||||||
|
|
Loading…
Reference in New Issue