mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 10:19:18 +08:00
remove unused doc (#729)
This commit is contained in:
30
README.md
30
README.md
@@ -90,7 +90,6 @@
|
||||
- [MiniCPM-o 2.6](#minicpm-o-26)
|
||||
- [MiniCPM-V 2.6](#minicpm-v-26)
|
||||
- [Chat with Our Demo on Gradio 🤗](#chat-with-our-demo-on-gradio-)
|
||||
- [Install](#install)
|
||||
- [Inference](#inference)
|
||||
- [Model Zoo](#model-zoo)
|
||||
- [Multi-turn Conversation](#multi-turn-conversation)
|
||||
@@ -1831,29 +1830,6 @@ pnpm install # install requirements
|
||||
pnpm run dev # start server
|
||||
```
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
1. Clone this repository and navigate to the source folder
|
||||
|
||||
```bash
|
||||
git clone https://github.com/OpenBMB/MiniCPM-o.git
|
||||
cd MiniCPM-o
|
||||
```
|
||||
|
||||
2. Create conda environment
|
||||
|
||||
```Shell
|
||||
conda create -n MiniCPM-o python=3.10 -y
|
||||
conda activate MiniCPM-o
|
||||
```
|
||||
|
||||
3. Install dependencies
|
||||
|
||||
```shell
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Inference
|
||||
|
||||
|
||||
@@ -1870,6 +1846,12 @@ pip install -r requirements.txt
|
||||
|
||||
### Multi-turn Conversation
|
||||
|
||||
Please ensure that `transformers==4.44.2` is installed, as other versions may have compatibility issues.
|
||||
|
||||
```shell
|
||||
pip install -r requirements_o2.6.txt
|
||||
```
|
||||
|
||||
Please refer to the following codes to run.
|
||||
|
||||
<div align="center">
|
||||
|
||||
Reference in New Issue
Block a user