FlagRelease commited on
Commit ·
449f183
1
Parent(s): e89d4a5
update README: reorder FlagOS and model download steps
Browse files
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
|
| 68 |
|
| 69 |
```bash
|
| 70 |
-
|
| 71 |
-
modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /nfs/DeepSeek-R1
|
| 72 |
```
|
| 73 |
|
| 74 |
-
### Download
|
| 75 |
|
| 76 |
```bash
|
| 77 |
-
|
|
|
|
| 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
|