FlagRelease commited on
Commit ·
edfaa50
1
Parent(s): 9f9b3fc
update README: reorder FlagOS and model download steps
Browse files
README.md
CHANGED
|
@@ -88,6 +88,12 @@ Requested by Iluvatar, the file of docker image and model files should be applie
|
|
| 88 |
|
| 89 |
# How to Run Locally
|
| 90 |
## 📌 Getting Started
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
### Download open-source weights
|
| 92 |
|
| 93 |
```bash
|
|
@@ -98,12 +104,6 @@ modelscope download --model deepseek-ai/DeepSeek-R1 --local_dir /nfs/DeepSeek-R1
|
|
| 98 |
```
|
| 99 |
contact services@iluvatar.comContact to obtain the quanted weights
|
| 100 |
|
| 101 |
-
### Download the FlagOS image
|
| 102 |
-
|
| 103 |
-
```bash
|
| 104 |
-
docker pull baai_v4
|
| 105 |
-
```
|
| 106 |
-
|
| 107 |
### Start the inference service
|
| 108 |
|
| 109 |
```bash
|
|
|
|
| 88 |
|
| 89 |
# How to Run Locally
|
| 90 |
## 📌 Getting Started
|
| 91 |
+
### Download the FlagOS image
|
| 92 |
+
|
| 93 |
+
```bash
|
| 94 |
+
docker pull baai_v4
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
### Download open-source weights
|
| 98 |
|
| 99 |
```bash
|
|
|
|
| 104 |
```
|
| 105 |
contact services@iluvatar.comContact to obtain the quanted weights
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
### Start the inference service
|
| 108 |
|
| 109 |
```bash
|