Skip to content

Commit 81ac3c8

Browse files
joburgessrsaggam
andauthored
Update articles/machine-learning/how-to-interactive-jobs.md
Co-authored-by: Srujan Saggam <[email protected]>
1 parent c82bb46 commit 81ac3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you don't see the above options, make sure you have enabled the "Debug & moni
145145
nodes: all # For distributed jobs, use the `nodes` property to pick which node you want to enable interactive services on. If `nodes` are not selected, by default, interactive applications are only enabled on the head node. Values are "all", or compute node index (for ex. "0", "1" etc.)
146146
my_tensor_board:
147147
job_service_type: tensor_board
148-
logDir: "output/tblogs" # relative path of Tensorboard logs (same as in your training script)
148+
log_dir: "output/tblogs" # relative path of Tensorboard logs (same as in your training script)
149149
nodes: all
150150
my_jupyter_lab:
151151
job_service_type: jupyter_lab

0 commit comments

Comments
 (0)