Skip to content

Commit

Permalink
Set TP=2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
  • Loading branch information
akoumpa committed Oct 1, 2024
1 parent 5ff5352 commit 3597e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/llm/recipes/mistral_nemo_12b.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def pretrain_recipe(
fn,
model=model(),
trainer=trainer(
tensor_parallelism=1,
tensor_parallelism=2,
pipeline_parallelism=1,
pipeline_parallelism_type=None,
virtual_pipeline_parallelism=None,
Expand Down

0 comments on commit 3597e1f

Please sign in to comment.