Update README.md

This commit is contained in:
YuzaChongyi
2025-01-16 11:50:44 +08:00
committed by GitHub
parent cd0972c7a1
commit fd8674cc72

View File

@@ -1811,7 +1811,7 @@ Click here to try out the online demo of [MiniCPM-o 2.6](https://minicpm-omni-we
### Local WebUI Demo <!-- omit in toc --> ### Local WebUI Demo <!-- omit in toc -->
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: 1. launch model server:
```shell ```shell
@@ -1819,6 +1819,7 @@ pip install -r requirements_o2.6.txt
python web_demos/minicpm-o_2.6/model_server.py 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: 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}, journal={arXiv preprint arXiv:2408.01800},
year={2024} year={2024}
} }
``` ```