FlagRelease commited on
Commit ·
0c5a35b
1
Parent(s): 1bd5c5c
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-FP8Dynamic-FlagOS --local_dir /nfs/RoboBrain2.0-7B-FP8Dynamic
|
| 80 |
```
|
| 81 |
|
| 82 |
-
### Download
|
| 83 |
|
| 84 |
```python
|
| 85 |
-
|
|
|
|
| 86 |
```
|
| 87 |
|
| 88 |
### Start the inference service
|
|
|
|
| 72 |
|
| 73 |
## Operation Steps
|
| 74 |
|
| 75 |
+
### Download FlagOS Image
|
| 76 |
|
| 77 |
```python
|
| 78 |
+
docker pull flagrelease-registry.cn-beijing.cr.aliyuncs.com/flagrelease/flagrelease:flagrelease_nv_robobrain2_32b
|
|
|
|
| 79 |
```
|
| 80 |
|
| 81 |
+
### Download Open-source Model Weights
|
| 82 |
|
| 83 |
```python
|
| 84 |
+
pip install modelscope
|
| 85 |
+
modelscope download --model FlagRelease/RoboBrain2.0-7B-FP8Dynamic-FlagOS --local_dir /nfs/RoboBrain2.0-7B-FP8Dynamic
|
| 86 |
```
|
| 87 |
|
| 88 |
### Start the inference service
|