FlagRelease commited on
Commit ·
cf5ebfa
1
Parent(s): dbda191
update README: reorder FlagOS and model download steps
Browse files
README.md
CHANGED
|
@@ -63,18 +63,18 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
|
|
| 63 |
|
| 64 |
## Operation Steps
|
| 65 |
|
| 66 |
-
### Download
|
| 67 |
|
| 68 |
```bash
|
| 69 |
-
|
| 70 |
-
modelscope download --model Qwen/Qwen2-7B-Instruct --local_dir /data/Qwen2-7B-Instruct
|
| 71 |
-
|
| 72 |
```
|
| 73 |
|
| 74 |
-
### Download
|
| 75 |
|
| 76 |
```bash
|
| 77 |
-
|
|
|
|
|
|
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|
|
|
|
| 63 |
|
| 64 |
## Operation Steps
|
| 65 |
|
| 66 |
+
### Download FlagOS Image
|
| 67 |
|
| 68 |
```bash
|
| 69 |
+
docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease-nvidia-release-model_qwen2-7b-instruct-tree_none-gems_3.0-scale_0.8.0-cx_none-python_3.12.3-torch_2.8.0-pcp_cuda12.9-gpu_nvidia004-arc_amd64-driver_535.183.06:2512151909
|
|
|
|
|
|
|
| 70 |
```
|
| 71 |
|
| 72 |
+
### Download Open-source Model Weights
|
| 73 |
|
| 74 |
```bash
|
| 75 |
+
pip install modelscope
|
| 76 |
+
modelscope download --model Qwen/Qwen2-7B-Instruct --local_dir /data/Qwen2-7B-Instruct
|
| 77 |
+
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|