restore ollama webui quickstart (#11955)

This commit is contained in:
Jinhe 2024-08-29 17:53:19 +08:00 committed by GitHub
parent 5f7ff76ea5
commit 6fc9340d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,6 @@ You may run below commands to install Open WebUI dependencies:
# Install Dependencies # Install Dependencies
cd ./backend cd ./backend
pip install -r requirements.txt -U pip install -r requirements.txt -U
pip install --pre --upgrade accelerate
``` ```
- For **Windows users**: - For **Windows users**:
@ -91,7 +90,6 @@ You may run below commands to install Open WebUI dependencies:
:: Install Dependencies :: Install Dependencies
cd .\backend cd .\backend
pip install -r requirements.txt -U pip install -r requirements.txt -U
pip install --pre --upgrade accelerate
``` ```
### 3. Start the Open-WebUI ### 3. Start the Open-WebUI