mirror of https://github.com/InternLM/InternLM
Update README.md
parent
e0305c328f
commit
d11418fb70
|
@ -184,7 +184,7 @@ You can interact with the InternLM Chat 7B model through a frontend interface by
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install streamlit==1.24.0
|
pip install streamlit==1.24.0
|
||||||
pip install transformers==4.30.2
|
pip install transformers>=4.34
|
||||||
streamlit run ./chat/web_demo.py
|
streamlit run ./chat/web_demo.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue