Update README.md
Browse files
README.md
CHANGED
|
@@ -105,9 +105,10 @@ cd ../
|
|
| 105 |
FlagScale/
|
| 106 |
├── examples/
|
| 107 |
│ └── deepseek_r1/
|
| 108 |
-
│ └──
|
| 109 |
-
│
|
| 110 |
-
│ └──
|
|
|
|
| 111 |
|
| 112 |
# install flagscale
|
| 113 |
pip install .
|
|
|
|
| 105 |
FlagScale/
|
| 106 |
├── examples/
|
| 107 |
│ └── deepseek_r1/
|
| 108 |
+
│ └── conf/
|
| 109 |
+
│ └── config_deepseek_r1.yaml # set hostfile and ssh_port(optional), if it is passwordless access between containers, the docker field needs to be removed
|
| 110 |
+
│ └── serve/
|
| 111 |
+
│ └── deepseek_r1.yaml # set model parameters and server port
|
| 112 |
|
| 113 |
# install flagscale
|
| 114 |
pip install .
|