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