Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions flame/models/parallelize_fla.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,6 @@ def apply_compile(model: nn.Module):
lm_head = torch.compile(getattr(model, lm_head_key), fullgraph=True)
model.register_module(lm_head_key, lm_head)

logger.info("Compiling the entire model with torch.compile")
model = torch.compile(model)


def apply_fsdp(
model: nn.Module,
Expand Down