From fd8674cc72e6ceab75a55a52f12fe29a9861199e Mon Sep 17 00:00:00 2001 From: YuzaChongyi <490083538@qq.com> Date: Thu, 16 Jan 2025 11:50:44 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c68497..d4095e6 100644 --- a/README.md +++ b/README.md @@ -1811,7 +1811,7 @@ Click here to try out the online demo of [MiniCPM-o 2.6](https://minicpm-omni-we ### Local WebUI Demo -You can easily build your own local WebUI demo using the following commands, experience real-time streaming voice/video call. +You can easily build your own local WebUI demo using the following commands, experience real-time streaming voice/video call. 1. launch model server: ```shell @@ -1819,6 +1819,7 @@ pip install -r requirements_o2.6.txt python web_demos/minicpm-o_2.6/model_server.py ``` +Please ensure that `transformers==4.44.2` is installed, as other versions may have compatibility issues. We are investigating this issue. 2. launch web server: @@ -2574,4 +2575,4 @@ If you find our model/code/paper helpful, please consider citing our papers 📝 journal={arXiv preprint arXiv:2408.01800}, year={2024} } -``` \ No newline at end of file +```