From d11418fb70feb1ec2a4ba3e389910c2a9e92bbfb Mon Sep 17 00:00:00 2001 From: del-zhenwu Date: Thu, 25 Jan 2024 20:01:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e5611..da3ed09 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,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 +pip install transformers>=4.34 streamlit run ./chat/web_demo.py ```