Skip to content

Commit

Permalink
Merge branch 'main' into nkem/train-encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy authored Nov 28, 2023
2 parents d8dda04 + 8b754d3 commit 8f0872a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zetta_utils/training/lightning/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def lightning_train(
)
train_args[k] = arg_spec

nproc_per_node = trainer.num_devices if nproc_per_node < 0 else nproc_per_node
_lightning_train_remote(
execution_id,
cluster_info=cluster_info,
Expand Down

0 comments on commit 8f0872a

Please sign in to comment.