FlagRelease commited on
Commit ·
942fbd0
1
Parent(s): 8a0b250
update README: reorder FlagOS and model download steps
Browse files
README.md
CHANGED
|
@@ -65,21 +65,21 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
|
|
| 65 |
|
| 66 |
## Operation Steps【***need two machines***】
|
| 67 |
|
| 68 |
-
### Download
|
| 69 |
|
| 70 |
-
**
|
| 71 |
|
| 72 |
```python
|
| 73 |
-
|
| 74 |
-
modelscope download --model moonshotai/Kimi-K2-Instruct --local_dir /share/models/Kimi-K2-Instruct
|
| 75 |
```
|
| 76 |
|
| 77 |
-
### Download
|
| 78 |
|
| 79 |
-
**
|
| 80 |
|
| 81 |
```python
|
| 82 |
-
|
|
|
|
| 83 |
```
|
| 84 |
|
| 85 |
### Start the inference service
|
|
|
|
| 65 |
|
| 66 |
## Operation Steps【***need two machines***】
|
| 67 |
|
| 68 |
+
### Download FlagOS Image
|
| 69 |
|
| 70 |
+
**Dual-machine execution**
|
| 71 |
|
| 72 |
```python
|
| 73 |
+
docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease_nvidia_kimi_k2
|
|
|
|
| 74 |
```
|
| 75 |
|
| 76 |
+
### Download Open-source Model Weights
|
| 77 |
|
| 78 |
+
**Execution under shared storage on master node IP**
|
| 79 |
|
| 80 |
```python
|
| 81 |
+
pip install modelscope
|
| 82 |
+
modelscope download --model moonshotai/Kimi-K2-Instruct --local_dir /share/models/Kimi-K2-Instruct
|
| 83 |
```
|
| 84 |
|
| 85 |
### Start the inference service
|