FlagRelease commited on
Commit
abacb68
·
1 Parent(s): c239af1

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -54,7 +54,6 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
54
  |CII-Bench|66.27|65.75|
55
  |Blink|62.70|62.37|
56
 
57
-
58
  # User Guide
59
 
60
  **Environment Setup**
@@ -68,18 +67,18 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
68
 
69
  ## Operation Steps
70
 
71
- ### Download Open-source Model Weights
72
 
73
  ```bash
74
- pip install modelscope
75
- modelscope download --model stepfun-ai/step3 --local_dir /share/step3
76
-
77
  ```
78
 
79
- ### Download FlagOS Image
80
 
81
  ```bash
82
- docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease_nvidia_step3
 
 
83
  ```
84
 
85
  ### Start the inference service
@@ -96,7 +95,6 @@ flagscale serve step3
96
 
97
  ```
98
 
99
-
100
  ## Service Invocation
101
 
102
  ### API-based Invocation Script
@@ -151,7 +149,6 @@ We warmly welcome global developers to join us:
151
  3. Improve technical documentation
152
  4. Expand hardware adaptation support
153
 
154
-
155
  # License
156
 
157
  本模型的权重来源于stepfun-ai/step3,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
 
54
  |CII-Bench|66.27|65.75|
55
  |Blink|62.70|62.37|
56
 
 
57
  # User Guide
58
 
59
  **Environment Setup**
 
67
 
68
  ## Operation Steps
69
 
70
+ ### Download FlagOS Image
71
 
72
  ```bash
73
+ docker pull harbor.baai.ac.cn/flagrelease-public/flagrelease_nvidia_step3
 
 
74
  ```
75
 
76
+ ### Download Open-source Model Weights
77
 
78
  ```bash
79
+ pip install modelscope
80
+ modelscope download --model stepfun-ai/step3 --local_dir /share/step3
81
+
82
  ```
83
 
84
  ### Start the inference service
 
95
 
96
  ```
97
 
 
98
  ## Service Invocation
99
 
100
  ### API-based Invocation Script
 
149
  3. Improve technical documentation
150
  4. Expand hardware adaptation support
151
 
 
152
  # License
153
 
154
  本模型的权重来源于stepfun-ai/step3,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。