mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-04 17:52:53 +00:00
fix(diffusers): allow pre-releases for requirements
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
74f8785047
commit
5fcafc3d1e
@ -11,4 +11,9 @@ if [ "x${BUILD_PROFILE}" == "xintel" ]; then
|
|||||||
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
|
EXTRA_PIP_INSTALL_FLAGS+=" --upgrade --index-strategy=unsafe-first-match"
|
||||||
fi
|
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
|
installRequirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user