Skip to content

Commit 823fa56

Browse files
xiangyang-95gooishin
authored andcommitted
bug: fix open-webui ver to 0.3.15 (#190)
1 parent aae4b1d commit 823fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usecases/ollama/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ verify_llm_dependencies(){
127127
if pip install --upgrade pip && \
128128
pip install --pre --upgrade 'ipex-llm[cpp]' && \
129129
pip install --upgrade accelerate==0.33.0 && \
130-
pip install --upgrade open-webui && \
130+
pip install --upgrade open-webui==0.3.15 && \
131131
install_packages "curl"
132132
then
133133
echo "All dependencies were installed successfully"

0 commit comments

Comments
 (0)