Skip to content

Commit

Permalink
doc corrections from LiorH
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnovichRunAI committed Jul 31, 2023
1 parent 6d1b037 commit dc2d4d4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
8 changes: 6 additions & 2 deletions docs/Researcher/cli-reference/runai-submit-dist-TF.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ runai submit-dist tf --name distributed-job --workers=2 -g 1 \

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

> 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).
> The number of times the Job will be retried before failing. The default is 6.
#### --ttl-after-finish < duration >

> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
### Storage

#### --git-sync `<stringArray>`
Expand Down
8 changes: 6 additions & 2 deletions docs/Researcher/cli-reference/runai-submit-dist-mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ You can start an unattended mpi training Job of name dist1, based on Project *te

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

> 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).
> The number of times the Job will be retried before failing. The default is 6.
#### --ttl-after-finish < duration >

> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
### Storage

#### --git-sync `<stringArray>`
Expand Down
8 changes: 6 additions & 2 deletions docs/Researcher/cli-reference/runai-submit-dist-pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,12 @@ runai submit-dist pytorch --name distributed-job --workers=2 -g 1 \

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

> 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).
> The number of times the Job will be retried before failing. The default is 6.
#### --ttl-after-finish < duration >

> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
### Storage

#### --git-sync `<stringArray>`
Expand Down
8 changes: 6 additions & 2 deletions docs/Researcher/cli-reference/runai-submit-dist-xgboost.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@ runai submit-dist xgboost --name distributed-job --workers=2 -g 1 \

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

> 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).
> The number of times the Job will be retried before failing. The default is 6.
#### --ttl-after-finish < duration >

> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
### Storage

#### --git-sync `<stringArray>`
Expand Down
4 changes: 0 additions & 4 deletions docs/Researcher/cli-reference/runai-submit.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ runai submit --job-name-prefix -i gcr.io/run-ai-demo/quickstart -g 1
#### --preemptible
> Interactive preemptible jobs can be scheduled above guaranteed quota but may be reclaimed at any time.
#### --ttl-after-finish < duration >

> The duration, after which a finished job is automatically deleted (e.g. 5s, 2m, 3h).
<!-- Start of common content from snippets/common-submit-cli-commands.md -->
### Naming and Shortcuts

Expand Down

0 comments on commit dc2d4d4

Please sign in to comment.