Skip to content

Commit

Permalink
[fine_tuning] toolbox: fine_tuning_run_fine_tuning_job: tasks/main: g…
Browse files Browse the repository at this point in the history
…ive 'unlimited' time for the job to complete
  • Loading branch information
kpouget committed Nov 22, 2024
1 parent b9e69c2 commit f0297c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
-n {{ fine_tuning_run_fine_tuning_job_namespace }}
--no-headers | awk '{print $3}'
register: wait_pod_start
retries: 720
retries: 9999
delay: 30
until: wait_pod_start.stdout != "Running"

Expand Down

0 comments on commit f0297c7

Please sign in to comment.