We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ee689 commit 0c0bc18Copy full SHA for 0c0bc18
backend/python/diffusers/install.sh
@@ -11,9 +11,4 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
11
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
12
fi
13
14
-# hipblas builds from nightly that needs pre-releases to work
15
-if [ "x${BUILD_PROFILE}" == "xhipblas" ]; then
16
- EXTRA_PIP_INSTALL_FLAGS+=" --prerelease=allow"
17
-fi
18
-
19
installRequirements
backend/python/diffusers/requirements-hipblas.txt
@@ -1,6 +1,6 @@
1
---extra-index-url https://download.pytorch.org/whl/nightly/rocm6.1/
2
-torch
3
-torchvision
+--extra-index-url https://download.pytorch.org/whl/rocm6.0
+torch==2.3.1+rocm6.0
+torchvision==0.18.1+rocm6.0
4
diffusers
5
opencv-python
6
transformers
0 commit comments