Update README.md

pull/658/head
del-zhenwu 2024-01-25 20:01:20 +08:00 committed by GitHub
parent e0305c328f
commit d11418fb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ You can interact with the InternLM Chat 7B model through a frontend interface by
```bash
pip install streamlit==1.24.0
pip install transformers==4.30.2
pip install transformers>=4.34
streamlit run ./chat/web_demo.py
```