fix gradio check issue temply (#10082)
This commit is contained in:
parent
c2e562d037
commit
9050991e4e
2 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ Please see [BigDL-LLm Installation on Windows](https://bigdl.readthedocs.io/en/l
|
||||||
### 1.2 Install other required dependencies
|
### 1.2 Install other required dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt gradio==3.50.*
|
||||||
```
|
```
|
||||||
Note: Text-Generation-WebUI requires transformers version >= 4.36.0
|
Note: Text-Generation-WebUI requires transformers version >= 4.36.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ accelerate==0.21.*
|
||||||
colorama
|
colorama
|
||||||
datasets
|
datasets
|
||||||
einops
|
einops
|
||||||
gradio==3.50.*
|
|
||||||
markdown
|
markdown
|
||||||
numpy==1.24.*
|
numpy==1.24.*
|
||||||
pandas
|
pandas
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue