Skip to content

Commit

Permalink
fix(diffusers): allow pre-releases for requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Aug 9, 2024
1 parent 74f8785 commit 5fcafc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/python/diffusers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
fi

# hipblas builds from nightly that needs pre-releases to work
if [ "x${BUILD_PROFILE}" == "xhipblas" ]; then
EXTRA_PIP_INSTALL_FLAGS+=" --prerelease=allow"
fi

installRequirements

0 comments on commit 5fcafc3

Please sign in to comment.