Skip to content

Commit

Permalink
added accelerate version specification in open webui quickstart(#11948)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheTang authored Aug 28, 2024
1 parent e23549f commit ec67ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/mddocs/Quickstart/open_webui_with_ollama_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand All @@ -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
Expand Down

0 comments on commit ec67ee7

Please sign in to comment.