mirror of
https://github.com/facebookresearch/blt.git
synced 2025-04-08 02:39:09 +00:00
Fix: Correct model_args usage in parallelize_model call (#69)
This commit is contained in:
parent
fc3399ef40
commit
a6ed14f689
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ def train(args: TrainArgs):
|
|||
model = parallelize_model(
|
||||
model,
|
||||
world_mesh,
|
||||
args.model,
|
||||
model_args,
|
||||
args.distributed,
|
||||
fsdp_grouping_plan=build_fsdp_grouping_plan(model_args),
|
||||
tp_parallelize=tp_parallelize,
|
||||
|
|
Loading…
Add table
Reference in a new issue