mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user