updates PyTorch to allow AMD gpu splitting

Feature adding update for AMD GPUs:
Changes the installed PyTorch version from 1.12.1+rocm5.1.1 to the newer stable version 1.13.1+rocm5.2 to allow AMD GPUs to utilize VRAM splitting across multiple GPUs
This commit is contained in:
YellowRoseCx
2023-02-20 18:40:21 -06:00
committed by GitHub
parent b3083034ea
commit 83bd1f0db6

View File

@@ -22,8 +22,8 @@ dependencies:
- Pillow
- psutil
- pip:
- --extra-index-url https://download.pytorch.org/whl/rocm5.1.1
- torch==1.12.1+rocm5.1.1
- --extra-index-url https://download.pytorch.org/whl/rocm5.2
- torch==1.13.1+rocm5.2
- flask-cloudflared==0.0.10
- flask-ngrok
- flask-cors