FlagRelease commited on
Commit ·
70c96e1
1
Parent(s): bb18199
update README: reorder FlagOS and model download steps
Browse files
README.md
CHANGED
|
@@ -67,18 +67,18 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
|
|
| 67 |
|
| 68 |
## Operation Steps
|
| 69 |
|
| 70 |
-
### Download
|
| 71 |
|
| 72 |
```bash
|
| 73 |
-
|
| 74 |
-
modelscope download --model OpenBMB/MiniCPM-V-4 --local_dir /share/models/MiniCPM-V-4
|
| 75 |
-
|
| 76 |
```
|
| 77 |
|
| 78 |
-
### Download
|
| 79 |
|
| 80 |
```bash
|
| 81 |
-
|
|
|
|
|
|
|
| 82 |
```
|
| 83 |
|
| 84 |
### Start the inference service
|
|
@@ -95,7 +95,6 @@ flagscale serve minicpm_v_4
|
|
| 95 |
|
| 96 |
```
|
| 97 |
|
| 98 |
-
|
| 99 |
## Service Invocation
|
| 100 |
|
| 101 |
### API-based Invocation Script
|
|
@@ -150,7 +149,6 @@ We warmly welcome global developers to join us:
|
|
| 150 |
3. Improve technical documentation
|
| 151 |
4. Expand hardware adaptation support
|
| 152 |
|
| 153 |
-
|
| 154 |
# License
|
| 155 |
|
| 156 |
本模型的权重来源于OpenBMB/MiniCPM-V-4,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|
|
|
|
| 67 |
|
| 68 |
## Operation Steps
|
| 69 |
|
| 70 |
+
### Download FlagOS Image
|
| 71 |
|
| 72 |
```bash
|
| 73 |
+
docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease_nvidia_minicpmv4
|
|
|
|
|
|
|
| 74 |
```
|
| 75 |
|
| 76 |
+
### Download Open-source Model Weights
|
| 77 |
|
| 78 |
```bash
|
| 79 |
+
pip install modelscope
|
| 80 |
+
modelscope download --model OpenBMB/MiniCPM-V-4 --local_dir /share/models/MiniCPM-V-4
|
| 81 |
+
|
| 82 |
```
|
| 83 |
|
| 84 |
### Start the inference service
|
|
|
|
| 95 |
|
| 96 |
```
|
| 97 |
|
|
|
|
| 98 |
## Service Invocation
|
| 99 |
|
| 100 |
### API-based Invocation Script
|
|
|
|
| 149 |
3. Improve technical documentation
|
| 150 |
4. Expand hardware adaptation support
|
| 151 |
|
|
|
|
| 152 |
# License
|
| 153 |
|
| 154 |
本模型的权重来源于OpenBMB/MiniCPM-V-4,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|