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 aae4b1d commit 823fa56Copy full SHA for 823fa56
usecases/ollama/setup.sh
@@ -127,7 +127,7 @@ verify_llm_dependencies(){
127
if pip install --upgrade pip && \
128
pip install --pre --upgrade 'ipex-llm[cpp]' && \
129
pip install --upgrade accelerate==0.33.0 && \
130
- pip install --upgrade open-webui && \
+ pip install --upgrade open-webui==0.3.15 && \
131
install_packages "curl"
132
then
133
echo "All dependencies were installed successfully"
0 commit comments