mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue