Update README.md

add stremlit args example
pull/57/head
LYMDLUT 2023-07-14 00:57:05 +08:00 committed by GitHub
parent 0676254266
commit 6876bb243d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,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
streamlit run web_demo.py
streamlit run web_demo.py -- --model_path=internlm/internlm-chat-7b-8k --max_value=8192
```
The effect is as follows