Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: rohitrango <[email protected]>
  • Loading branch information
rohitrango committed Jul 11, 2024
1 parent a280ee0 commit 82eaaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def load_model(self, cfg, state_dict):
model_cfg=cfg,
model_parallel_config=ModelParallelConfig(),
padded_vocab_size=padded_vocab_size,
vision_transformer_config=None, # assumed mcore to be false
vision_transformer_config=None, # assumed mcore to be false
text_transformer_config=None,
pre_process=cfg.text.pre_process,
post_process=cfg.text.post_process,
Expand Down

0 comments on commit 82eaaee

Please sign in to comment.