fix(diffusers-hipblas): pin to rocm6.1

As per https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-08-09 22:36:10 +02:00 committed by GitHub
parent 6d20f38510
commit 2e2a0dffbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/nightly/
--extra-index-url https://download.pytorch.org/whl/nightly/rocm6.1/
torch
torchvision
diffusers