Compare commits
2 Commits
2078de4749
...
16e2549bc3
Author | SHA1 | Date |
---|---|---|
|
16e2549bc3 | |
|
f121083bc8 |
|
@ -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.16.3
|
pip install onnxruntime-gpu==1.21.0
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Usage:
|
3. Usage:
|
||||||
|
|
Loading…
Reference in New Issue