Skip to content

Commit

Permalink
Update HuggingFace model checkpointer import (#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhxng authored Feb 11, 2025
1 parent 952e21b commit 0a533b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/models/llama/UTILS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can also download above models from [Hugging Face](https://huggingface.co/).
```Python
from torchtune.utils import FullModelHFCheckpointer
from torchtune.training.checkpointing import FullModelHFCheckpointer
from torchtune.models import convert_weights
import torch
Expand Down

0 comments on commit 0a533b0

Please sign in to comment.