FlagRelease commited on
Commit
1cd5fb6
·
1 Parent(s): 30824f5

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -63,19 +63,19 @@ Requested by Iluvatar, the file of docker image and model files should be applie
63
 
64
  ## 📌 Getting Started
65
 
66
- ### Download open-source weights
67
 
68
  ```
69
- pip install modelscope
70
- modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /mnt/share/DeepSeek-R1
71
  ```
72
- contact services@iluvatar.comContact to obtain the quanted weights
73
 
74
- ### Download the FlagOS image
75
 
76
  ```
77
- docker pull baai:v5
 
78
  ```
 
79
 
80
  ### Start the inference service
81
 
 
63
 
64
  ## 📌 Getting Started
65
 
66
+ ### Download the FlagOS image
67
 
68
  ```
69
+ docker pull baai:v5
 
70
  ```
 
71
 
72
+ ### Download open-source weights
73
 
74
  ```
75
+ pip install modelscope
76
+ modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /mnt/share/DeepSeek-R1
77
  ```
78
+ contact services@iluvatar.comContact to obtain the quanted weights
79
 
80
  ### Start the inference service
81