Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/ci/gpu_lock_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _parse_args():
p.add_argument("--count", type=int, default=None, help="Acquire this many GPUs (any free ones)")
p.add_argument("--devices", type=str, default=None, help="Comma separated explicit devices to acquire (e.g. 0,1)")
p.add_argument("--total-gpus", type=int, default=8, help="Total GPUs on the machine")
p.add_argument("--timeout", type=int, default=3600, help="Seconds to wait for locks before failing")
p.add_argument("--timeout", type=int, default=3600 * 24, help="Seconds to wait for locks before failing")
p.add_argument(
"--target-env-name", type=str, default="CUDA_VISIBLE_DEVICES", help="Which env var to set for devices"
)
Expand Down