From ec67ee717714f0a278d2c5cc5746d352d6db6185 Mon Sep 17 00:00:00 2001 From: Jinhe Date: Wed, 28 Aug 2024 15:02:39 +0800 Subject: [PATCH] added accelerate version specification in open webui quickstart(#11948) --- docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md index be975a4ba11..26e35d9ff4b 100644 --- a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md +++ b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md @@ -75,6 +75,7 @@ You may run below commands to install Open WebUI dependencies: # Install Dependencies cd ./backend pip install -r requirements.txt -U + pip install --pre --upgrade accelerate ``` - For **Windows users**: @@ -90,6 +91,7 @@ You may run below commands to install Open WebUI dependencies: :: Install Dependencies cd .\backend pip install -r requirements.txt -U + pip install --pre --upgrade accelerate ``` ### 3. Start the Open-WebUI