FlagRelease commited on
Commit ·
e8a1ea7
1
Parent(s): 8c83842
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 FlagRelease/MiniMax-M2-FlagOS --local_dir /share/MiniMax-M2
|
| 71 |
-
|
| 72 |
```
|
| 73 |
|
| 74 |
-
### Download
|
| 75 |
|
| 76 |
```bash
|
| 77 |
-
|
|
|
|
|
|
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|
|
@@ -97,7 +97,6 @@ flagscale serve minimax
|
|
| 97 |
|
| 98 |
```
|
| 99 |
|
| 100 |
-
|
| 101 |
## Service Invocation
|
| 102 |
|
| 103 |
### API-based Invocation Script
|
|
@@ -154,7 +153,6 @@ We warmly welcome global developers to join us:
|
|
| 154 |
3. Improve technical documentation
|
| 155 |
4. Expand hardware adaptation support
|
| 156 |
|
| 157 |
-
|
| 158 |
# License
|
| 159 |
|
| 160 |
本模型的权重来源于MiniMax/MiniMax-M2,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|
|
|
|
| 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_minimax-m2-tree_none-gems_3.0-scale_0.8.0-cx_none-python_3.12.3-torch_2.8.0a0_5228986c39.nv25.6-pcp_cuda12.9-gpu_nvidia003-arc_amd64-driver_570.158.01:2511041437
|
|
|
|
|
|
|
| 70 |
```
|
| 71 |
|
| 72 |
+
### Download Open-source Model Weights
|
| 73 |
|
| 74 |
```bash
|
| 75 |
+
pip install modelscope
|
| 76 |
+
modelscope download --model FlagRelease/MiniMax-M2-FlagOS --local_dir /share/MiniMax-M2
|
| 77 |
+
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|
|
|
|
| 97 |
|
| 98 |
```
|
| 99 |
|
|
|
|
| 100 |
## Service Invocation
|
| 101 |
|
| 102 |
### API-based Invocation Script
|
|
|
|
| 153 |
3. Improve technical documentation
|
| 154 |
4. Expand hardware adaptation support
|
| 155 |
|
|
|
|
| 156 |
# License
|
| 157 |
|
| 158 |
本模型的权重来源于MiniMax/MiniMax-M2,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|