From 6876bb243d17e05596dccadd0be44f47d36b2120 Mon Sep 17 00:00:00 2001 From: LYMDLUT <70597027+LYMDLUT@users.noreply.github.com> Date: Fri, 14 Jul 2023 00:57:05 +0800 Subject: [PATCH] Update README.md add stremlit args example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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