FlagRelease commited on
Commit
449f183
·
1 Parent(s): e89d4a5

update README: reorder FlagOS and model download steps

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -64,17 +64,17 @@ We provide dequantized model weights in bfloat16 to run DeepSeek-R1 on NVIDIA GP
64
 
65
  ## 📌 Getting Started
66
 
67
- ### Download open-source weights
68
 
69
  ```bash
70
- pip install modelscope
71
- modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /nfs/DeepSeek-R1
72
  ```
73
 
74
- ### Download the FlagOS image
75
 
76
  ```bash
77
- docker pull flagrelease-registry.cn-beijing.cr.aliyuncs.com/flagrelease/flagrelease:deepseek-flagos-nvidia
 
78
  ```
79
 
80
  ### Start the inference service
 
64
 
65
  ## 📌 Getting Started
66
 
67
+ ### Download the FlagOS image
68
 
69
  ```bash
70
+ docker pull flagrelease-registry.cn-beijing.cr.aliyuncs.com/flagrelease/flagrelease:deepseek-flagos-nvidia
 
71
  ```
72
 
73
+ ### Download open-source weights
74
 
75
  ```bash
76
+ pip install modelscope
77
+ modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /nfs/DeepSeek-R1
78
  ```
79
 
80
  ### Start the inference service