Compare commits

..

1 Commits

Author SHA1 Message Date
Bryn Whyman 2078de4749
Merge c1a6dc693d into 745d449ca6 2025-06-09 17:35:52 +07:00
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ pip install -r requirements.txt
```bash ```bash
pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
pip uninstall onnxruntime onnxruntime-gpu pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.21.0 pip install onnxruntime-gpu==1.16.3
``` ```
3. Usage: 3. Usage: