From 6fc9340d5345bfbe4a592b4016079014a0f3e863 Mon Sep 17 00:00:00 2001 From: Jinhe Date: Thu, 29 Aug 2024 17:53:19 +0800 Subject: [PATCH] restore ollama webui quickstart (#11955) --- docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md index 26e35d9f..be975a4b 100644 --- a/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md +++ b/docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md @@ -75,7 +75,6 @@ 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**: @@ -91,7 +90,6 @@ 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