added accelerate version specification in open webui quickstart(#11948)

This commit is contained in:
Jinhe 2024-08-28 15:02:39 +08:00 committed by GitHub
parent e23549f63f
commit ec67ee7177
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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