Skip to content

Commit

Permalink
Remove extra transform model
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Jul 19, 2024
1 parent 04b5c47 commit cf710f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llmfoundry/models/hf/hf_causal_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def __init__(
prepare_for_fsdp=True,
)

model = self.transform_model(model)


train_metrics, eval_metrics = ComposerHFCausalLM.build_metrics(
use_train_metrics=use_train_metrics,
Expand Down

0 comments on commit cf710f3

Please sign in to comment.