Compare commits

..

1 Commits

Author SHA1 Message Date
rehanbgmi 91e35b9d0c
Merge 6791f58761 into 745d449ca6 2025-06-08 22:04:30 +05:30
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: