|
25 | 25 |
|
26 | 26 | ## News <!-- omit in toc -->
|
27 | 27 |
|
| 28 | +<!-- * [2024.05.22] We further improved the inference efficiency on edge-side devices, providing a speed of 6-8 tokens/s, try it now! --> |
28 | 29 | * [2024.05.20] We open-soure MiniCPM-Llama3-V 2.5, it has improved OCR capability and supports 30+ languages, representing the first edge-side multimodal LLM achieving GPT-4V level performance! We provide [efficient inference](#deployment-on-mobile-phone) and [simple fine-tuning](./finetune/readme.md), try it now!
|
29 | 30 | * [2024.04.23] MiniCPM-V-2.0 supports vLLM now! Click [here](#vllm) to view more details.
|
30 | 31 | * [2024.04.18] We create a HuggingFace Space to host the demo of MiniCPM-V 2.0 at [here](https://huggingface.co/spaces/openbmb/MiniCPM-V-2)!
|
@@ -462,7 +463,7 @@ pip install -r requirements.txt
|
462 | 463 | | MiniCPM-V 1.0 | Lightest version, achieving the fastest inference. | [🤗](https://huggingface.co/openbmb/MiniCPM-V) [<img src="./assets/modelscope_logo.png" width="20px"></img>](https://modelscope.cn/models/OpenBMB/MiniCPM-V) |
|
463 | 464 |
|
464 | 465 | ### Multi-turn Conversation
|
465 |
| -Please refer to the following codes to run `MiniCPM-V` and `OmniLMM`. |
| 466 | +Please refer to the following codes to run `MiniCPM-V` |
466 | 467 |
|
467 | 468 | <div align="center">
|
468 | 469 | <img src="assets/airplane.jpeg" width="500px">
|
@@ -618,9 +619,9 @@ Please contact cpm@modelbest.cn to obtain written authorization for commercial u
|
618 | 619 |
|
619 | 620 | ## Statement <!-- omit in toc -->
|
620 | 621 |
|
621 |
| -As LMMs, OmniLMMs generate contents by learning a large amount of multimodal corpora, but they cannot comprehend, express personal opinions or make value judgement. Anything generated by OmniLMMs does not represent the views and positions of the model developers |
| 622 | +As LMMs, MiniCPM-V models (including OmniLMM) generate contents by learning a large amount of multimodal corpora, but they cannot comprehend, express personal opinions or make value judgement. Anything generated by MiniCPM-V models does not represent the views and positions of the model developers |
622 | 623 |
|
623 |
| -We will not be liable for any problems arising from the use of OmniLMM open source models, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model. |
| 624 | +We will not be liable for any problems arising from the use of MiniCPMV-V models, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model. |
624 | 625 |
|
625 | 626 |
|
626 | 627 | ## Institutions <!-- omit in toc -->
|
|
0 commit comments