Skip to content

Commit 0a533b0

Browse files
authored
Update HuggingFace model checkpointer import (#8319)
1 parent 952e21b commit 0a533b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/UTILS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also download above models from [Hugging Face](https://huggingface.co/).
4545
4646
4747
```Python
48-
from torchtune.utils import FullModelHFCheckpointer
48+
from torchtune.training.checkpointing import FullModelHFCheckpointer
4949
from torchtune.models import convert_weights
5050
import torch
5151

0 commit comments

Comments
 (0)