mirror of https://github.com/InternLM/InternLM
parent
0676254266
commit
6876bb243d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue