FlagRelease commited on
Commit
96e5a22
·
1 Parent(s): 4d56594

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +6 -8
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 Open-source Model Weights
67
 
68
  ```bash
69
- pip install modelscope
70
- modelscope download --model deepseek-ai/DeepSeek-V3.2-Exp --local_dir /share/DeepSeek-V3.2-Exp
71
-
72
  ```
73
 
74
- ### Download FlagOS Image
75
 
76
  ```bash
77
- docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease_nvidia_ds32
 
 
78
  ```
79
 
80
  ### Start the inference service
@@ -91,7 +91,6 @@ flagscale serve deepseek_3.2_exp
91
 
92
  ```
93
 
94
-
95
  ## Service Invocation
96
 
97
  ### API-based Invocation Script
@@ -146,7 +145,6 @@ We warmly welcome global developers to join us:
146
  3. Improve technical documentation
147
  4. Expand hardware adaptation support
148
 
149
-
150
  # License
151
 
152
  本模型的权重来源于deepseek-ai/DeepSeek-V3.2-Exp,以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_ds32
 
 
70
  ```
71
 
72
+ ### Download Open-source Model Weights
73
 
74
  ```bash
75
+ pip install modelscope
76
+ modelscope download --model deepseek-ai/DeepSeek-V3.2-Exp --local_dir /share/DeepSeek-V3.2-Exp
77
+
78
  ```
79
 
80
  ### Start the inference service
 
91
 
92
  ```
93
 
 
94
  ## Service Invocation
95
 
96
  ### API-based Invocation Script
 
145
  3. Improve technical documentation
146
  4. Expand hardware adaptation support
147
 
 
148
  # License
149
 
150
  本模型的权重来源于deepseek-ai/DeepSeek-V3.2-Exp,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。