Skip to content

Commit dc2d4d4

Browse files
doc corrections from LiorH
1 parent 6d1b037 commit dc2d4d4

File tree

5 files changed

+24
-12
lines changed

5 files changed

+24
-12
lines changed

docs/Researcher/cli-reference/runai-submit-dist-TF.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,12 @@ runai submit-dist tf --name distributed-job --workers=2 -g 1 \
158158

159159
#### --backoff-limit `<int>`
160160

161-
> The number of times the Job will be retried before failing. The default is 6. This flag will only work with training workloads (when the `--interactive` flag is not specified).
162-
161+
> The number of times the Job will be retried before failing. The default is 6.
162+
163+
#### --ttl-after-finish < duration >
164+
165+
> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
166+
163167
### Storage
164168

165169
#### --git-sync `<stringArray>`

docs/Researcher/cli-reference/runai-submit-dist-mpi.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,12 @@ You can start an unattended mpi training Job of name dist1, based on Project *te
161161

162162
#### --backoff-limit `<int>`
163163

164-
> The number of times the Job will be retried before failing. The default is 6. This flag will only work with training workloads (when the `--interactive` flag is not specified).
165-
164+
> The number of times the Job will be retried before failing. The default is 6.
165+
166+
#### --ttl-after-finish < duration >
167+
168+
> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
169+
166170
### Storage
167171

168172
#### --git-sync `<stringArray>`

docs/Researcher/cli-reference/runai-submit-dist-pytorch.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,12 @@ runai submit-dist pytorch --name distributed-job --workers=2 -g 1 \
165165

166166
#### --backoff-limit `<int>`
167167

168-
> The number of times the Job will be retried before failing. The default is 6. This flag will only work with training workloads (when the `--interactive` flag is not specified).
169-
168+
> The number of times the Job will be retried before failing. The default is 6.
169+
170+
#### --ttl-after-finish < duration >
171+
172+
> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
173+
170174
### Storage
171175

172176
#### --git-sync `<stringArray>`

docs/Researcher/cli-reference/runai-submit-dist-xgboost.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,12 @@ runai submit-dist xgboost --name distributed-job --workers=2 -g 1 \
153153

154154
#### --backoff-limit `<int>`
155155

156-
> The number of times the Job will be retried before failing. The default is 6. This flag will only work with training workloads (when the `--interactive` flag is not specified).
157-
156+
> The number of times the Job will be retried before failing. The default is 6.
157+
158+
#### --ttl-after-finish < duration >
159+
160+
> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
161+
158162
### Storage
159163

160164
#### --git-sync `<stringArray>`

docs/Researcher/cli-reference/runai-submit.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ runai submit --job-name-prefix -i gcr.io/run-ai-demo/quickstart -g 1
108108
#### --preemptible
109109
> Interactive preemptible jobs can be scheduled above guaranteed quota but may be reclaimed at any time.
110110
111-
#### --ttl-after-finish < duration >
112-
113-
> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
114-
115111
<!-- Start of common content from snippets/common-submit-cli-commands.md -->
116112
### Naming and Shortcuts
117113

0 commit comments

Comments
 (0)