FlagRelease commited on
Commit ·
1df154b
1
Parent(s): 552f895
update README: reorder FlagOS and model download steps
Browse files
README.md
CHANGED
|
@@ -72,17 +72,17 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
|
|
| 72 |
|
| 73 |
## Operation Steps
|
| 74 |
|
| 75 |
-
### Download
|
| 76 |
|
| 77 |
```python
|
| 78 |
-
|
| 79 |
-
modelscope download --model FlagRelease/RoboBrain2.0-7B-FlagOS --local_dir /data/RoboBrain2.0-7B
|
| 80 |
```
|
| 81 |
|
| 82 |
-
### Download
|
| 83 |
|
| 84 |
```python
|
| 85 |
-
|
|
|
|
| 86 |
```
|
| 87 |
|
| 88 |
### Start the inference service
|
|
@@ -186,7 +186,6 @@ We warmly welcome global developers to join us:
|
|
| 186 |
3. Improve technical documentation
|
| 187 |
4. Expand hardware adaptation support
|
| 188 |
|
| 189 |
-
|
| 190 |
# License
|
| 191 |
|
| 192 |
本模型的权重来源于https://huggingface.co/BAAI/RoboBrain2.0-7B, 以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|
|
|
|
| 72 |
|
| 73 |
## Operation Steps
|
| 74 |
|
| 75 |
+
### Download FlagOS Image
|
| 76 |
|
| 77 |
```python
|
| 78 |
+
docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease-nvidia-release-model_robobrain2.0-7b-tree_none-gems_2.2-scale_0.6.0-cx_none-python_3.10.12-torch_2.6.0-pcp_cuda12.6-gpu_nvidia004-arc_amd64-driver_535.183.06:2508011526
|
|
|
|
| 79 |
```
|
| 80 |
|
| 81 |
+
### Download Open-source Model Weights
|
| 82 |
|
| 83 |
```python
|
| 84 |
+
pip install modelscope
|
| 85 |
+
modelscope download --model FlagRelease/RoboBrain2.0-7B-FlagOS --local_dir /data/RoboBrain2.0-7B
|
| 86 |
```
|
| 87 |
|
| 88 |
### Start the inference service
|
|
|
|
| 186 |
3. Improve technical documentation
|
| 187 |
4. Expand hardware adaptation support
|
| 188 |
|
|
|
|
| 189 |
# License
|
| 190 |
|
| 191 |
本模型的权重来源于https://huggingface.co/BAAI/RoboBrain2.0-7B, 以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|