added accelerate version specification in open webui quickstart(#11948)
This commit is contained in:
parent
e23549f63f
commit
ec67ee7177
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ 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**:
|
||||||
|
|
@ -90,6 +91,7 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue