Clémentine
commited on
Commit
·
6cbc52e
1
Parent(s):
cc714d4
remove sleep
Browse files- utils/jobs.py +0 -2
utils/jobs.py
CHANGED
|
@@ -153,8 +153,6 @@ def run_multiple_jobs(model: str, provider: str, tasks: str = globals.TASKS, num
|
|
| 153 |
job_id = run_single_job(model, provider, tasks, run_number=run_number)
|
| 154 |
if job_id != -1:
|
| 155 |
job_ids.append(job_id)
|
| 156 |
-
# Small delay between launches
|
| 157 |
-
time.sleep(2)
|
| 158 |
|
| 159 |
return job_ids
|
| 160 |
|
|
|
|
| 153 |
job_id = run_single_job(model, provider, tasks, run_number=run_number)
|
| 154 |
if job_id != -1:
|
| 155 |
job_ids.append(job_id)
|
|
|
|
|
|
|
| 156 |
|
| 157 |
return job_ids
|
| 158 |
|