fix gradio check issue temply (#10082)

This commit is contained in:
SONG Ge 2024-02-04 16:46:29 +08:00 committed by GitHub
parent c2e562d037
commit 9050991e4e
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ Please see [BigDL-LLm Installation on Windows](https://bigdl.readthedocs.io/en/l
### 1.2 Install other required dependencies
```bash
pip install -r requirements.txt
pip install -r requirements.txt gradio==3.50.*
```
Note: Text-Generation-WebUI requires transformers version >= 4.36.0

View file

@ -2,7 +2,6 @@ accelerate==0.21.*
colorama
datasets
einops
gradio==3.50.*
markdown
numpy==1.24.*
pandas