Skip to content

Commit

Permalink
Code for Huy
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavg4 committed Jan 25, 2025
1 parent 79d8bd1 commit e53cda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vla/vla_finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
def main(args) -> None:

mbs = args.mbs
gbs = args.mbs *2
gbs = args.mbs
decoder_seq_length = 287
decoder_seq_length = 287

Expand Down Expand Up @@ -94,7 +94,7 @@ def main(args) -> None:
)

strategy = nl.MegatronStrategy(
tensor_model_parallel_size=4,
tensor_model_parallel_size=2,
pipeline_model_parallel_size=1,
pipeline_dtype=torch.bfloat16,
sequence_parallel=False,
Expand Down

0 comments on commit e53cda0

Please sign in to comment.