Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
follow_logs defaults to False
Browse files Browse the repository at this point in the history
akhileshh authored and supersergiy committed Dec 8, 2023
1 parent aebe5b5 commit 6cf3346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetta_utils/training/lightning/train.py
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ def lightning_train(
num_nodes: int = 1,
retry_count: int = 3,
local_run: bool = True,
follow_logs: bool = True,
follow_logs: bool = False,
image: Optional[str] = None,
cluster_name: Optional[str] = None,
cluster_region: Optional[str] = None,

0 comments on commit 6cf3346

Please sign in to comment.