diff --git a/README.md b/README.md index 8e546ee..a6217e1 100644 --- a/README.md +++ b/README.md @@ -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