Skip to content

Commit

Permalink
update job
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 19, 2024
1 parent 60b8d30 commit a30464b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def main():
required_resources = DendroJobRequiredResources(
numCpus=24,
numGpus=0,
memoryGb=4,
timeSec=3*3600
memoryGb=120,
timeSec=6*3600
)
job = submit_job(
service_name=service_name,
Expand Down

0 comments on commit a30464b

Please sign in to comment.