Caozhou1995 commited on
Commit
ae1aa82
·
verified ·
1 Parent(s): 885196b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -105,9 +105,10 @@ cd ../
105
  FlagScale/
106
  ├── examples/
107
  │ └── deepseek_r1/
108
- │ └── config_deepseek_r1.yaml # set hostfile and ssh_port(optional), if it is passwordless access between containers, the docker field needs to be removed
109
- └── serve/
110
- │ └── deepseek_r1.yaml # set model parameters and server port
 
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 .