Skip to content

Commit d727d3d

Browse files
authored
Set need_elasticdl_job_service=true (#2516)
1 parent 96bfc8e commit d727d3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tutorials/elasticdl_local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ elasticdl train \
165165
--job_name=test-mnist \
166166
--image_pull_policy=Never \
167167
--volume="host_path=/data,mount_path=/data" \
168+
--need_elasticdl_job_service=true \
168169
--distribution_strategy=ParameterServerStrategy
169170
```
170171

@@ -236,6 +237,7 @@ elasticdl train \
236237
--job_name=test-mnist-allreduce \
237238
--image_pull_policy=Never \
238239
--volume="host_path=/data,mount_path=/data" \
240+
--need_elasticdl_job_service=true \
239241
--distribution_strategy=AllreduceStrategy
240242
```
241243

0 commit comments

Comments
 (0)