FlagRelease commited on
Commit ·
72ae575
1
Parent(s): dcac737
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 MiniMax/MiniMax-M1-80k --local_dir /share/models/MiniMax-M1-80k
|
| 71 |
-
|
| 72 |
```
|
| 73 |
|
| 74 |
-
### Download
|
| 75 |
|
| 76 |
```bash
|
| 77 |
-
|
|
|
|
|
|
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|
|
@@ -91,7 +91,6 @@ flagscale serve minimax
|
|
| 91 |
|
| 92 |
```
|
| 93 |
|
| 94 |
-
|
| 95 |
## Service Invocation
|
| 96 |
|
| 97 |
### API-based Invocation Script
|
|
@@ -148,7 +147,6 @@ We warmly welcome global developers to join us:
|
|
| 148 |
3. Improve technical documentation
|
| 149 |
4. Expand hardware adaptation support
|
| 150 |
|
| 151 |
-
|
| 152 |
# License
|
| 153 |
|
| 154 |
本模型的权重来源于MiniMax/MiniMax-M1-80k,以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_minimax
|
|
|
|
|
|
|
| 70 |
```
|
| 71 |
|
| 72 |
+
### Download Open-source Model Weights
|
| 73 |
|
| 74 |
```bash
|
| 75 |
+
pip install modelscope
|
| 76 |
+
modelscope download --model MiniMax/MiniMax-M1-80k --local_dir /share/models/MiniMax-M1-80k
|
| 77 |
+
|
| 78 |
```
|
| 79 |
|
| 80 |
### Start the inference service
|
|
|
|
| 91 |
|
| 92 |
```
|
| 93 |
|
|
|
|
| 94 |
## Service Invocation
|
| 95 |
|
| 96 |
### API-based Invocation Script
|
|
|
|
| 147 |
3. Improve technical documentation
|
| 148 |
4. Expand hardware adaptation support
|
| 149 |
|
|
|
|
| 150 |
# License
|
| 151 |
|
| 152 |
本模型的权重来源于MiniMax/MiniMax-M1-80k,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
|