mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user