Skip to content

Commit

Permalink
Setting continue_on_step_failure to False (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
skasturi committed Jun 12, 2023
1 parent 2ed10b2 commit 745d97c
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: fill-mask-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: question-answering-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: text-summarization-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: text-classification-mnli-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: text-generation-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: named-entity-recognition-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ experiment_name: text-translation-model-evaluation-subgraph

compute: gpu-cluster-big

settings:
continue_on_step_failure: false

jobs:
prepare_data_job:
type: command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ outputs:

settings:
force_rerun: true
continue_on_step_failure: false

jobs:
question_answering_pipeline:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ outputs:

settings:
force_rerun: true
continue_on_step_failure: false

jobs:
summarization_pipeline:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ outputs:

settings:
force_rerun: true
continue_on_step_failure: false

jobs:
text_classification_pipeline:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ outputs:

settings:
force_rerun: true
continue_on_step_failure: false

jobs:
token_classification_pipeline:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ outputs:

settings:
force_rerun: true
continue_on_step_failure: false

jobs:
translation_pipeline:
Expand Down

0 comments on commit 745d97c

Please sign in to comment.