Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Sep 16, 2024
1 parent 096019d commit 5d448e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/training/checkpointing/_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def load_checkpoint(self) -> Dict[str, Any]:
log_rank_zero(
logger=logger,
msg="Converting Phi-3 Mini weights from HF format."
"Note that conversion of adapter weights into PEFT format is not supported."
"Note that conversion of adapter weights into PEFT format is not supported.",
)
converted_state_dict[training.MODEL_KEY] = phi3_hf_to_tune(
merged_state_dict
Expand Down

0 comments on commit 5d448e1

Please sign in to comment.