FlagRelease commited on
Commit
bb68c1f
·
1 Parent(s): 08192e0

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -63,19 +63,19 @@ 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 LLM-Research/phi-4 --local_dir /share/phi-4
71
-
72
  ```
73
 
74
- ### Download FlagOS Image
75
 
76
- BE AWARE!, Hygon's FLAGOS image have not decided public-accesible through internet or not. To obtain this image, you can contact us or hygon through issues.
77
  ```bash
78
- docker pull harbor.baai.ac.cn/flagrelease-inner/flagrelease-hygon-release-model_phi-4-tree_none-gems_3.0-scale_0.8.0-cx_none-python_3.10.12-torch_2.4.1_das.opt2.dtk2504-pcp_dtk-25.04-gpu_hygon001-arc_amd64-driver_6.3.13-v1.12.0a:2509011036
 
 
79
  ```
80
 
81
  ### Start the inference service
@@ -111,7 +111,6 @@ flagscale serve phi_4
111
 
112
  ```
113
 
114
-
115
  ## Service Invocation
116
 
117
  ### API-based Invocation Script
@@ -166,9 +165,7 @@ We warmly welcome global developers to join us:
166
  3. Improve technical documentation
167
  4. Expand hardware adaptation support
168
 
169
-
170
  # License
171
 
172
  本模型的权重来源于LLM-Research/phi-4,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
173
 
174
-
 
63
 
64
  ## Operation Steps
65
 
66
+ ### Download FlagOS Image
67
 
68
+ BE AWARE!, Hygon's FLAGOS image have not decided public-accesible through internet or not. To obtain this image, you can contact us or hygon through issues.
69
  ```bash
70
+ docker pull harbor.baai.ac.cn/flagrelease-inner/flagrelease-hygon-release-model_phi-4-tree_none-gems_3.0-scale_0.8.0-cx_none-python_3.10.12-torch_2.4.1_das.opt2.dtk2504-pcp_dtk-25.04-gpu_hygon001-arc_amd64-driver_6.3.13-v1.12.0a:2509011036
 
 
71
  ```
72
 
73
+ ### Download Open-source Model Weights
74
 
 
75
  ```bash
76
+ pip install modelscope
77
+ modelscope download --model LLM-Research/phi-4 --local_dir /share/phi-4
78
+
79
  ```
80
 
81
  ### Start the inference service
 
111
 
112
  ```
113
 
 
114
  ## Service Invocation
115
 
116
  ### API-based Invocation Script
 
165
  3. Improve technical documentation
166
  4. Expand hardware adaptation support
167
 
 
168
  # License
169
 
170
  本模型的权重来源于LLM-Research/phi-4,以apache2.0协议https://www.apache.org/licenses/LICENSE-2.0.txt开源。
171