Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchaol committed Apr 25, 2024
1 parent ab787b3 commit 4f77fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def loss_fn(pred, labels):
torch._dynamo.config._experimental_support_context_fn_in_torch_utils_checkpoint = (
True
)
logger.info(f"Compiling each TransformerBlock with torch.compile")
logger.info("Compiling each TransformerBlock with torch.compile")

train_state = TrainState()

Expand Down

0 comments on commit 4f77fdc

Please sign in to comment.