Skip to content

Commit 7e99c9a

Browse files
authored
Update UTILS.md
Update FullModelHFCheckpointer import to align with TorchTune API changes. https://github.com/pytorch/torchtune/blob/7d29c21149ace4be9fdc2709a03c0a21ba191010/torchtune/training/__init__.py#L41
1 parent 66c57db commit 7e99c9a

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
@@ -44,7 +44,7 @@ You can also download above models from [Hugging Face](https://huggingface.co/).
4444
4545
4646
```Python
47-
from torchtune.utils import FullModelHFCheckpointer
47+
from torchtune.training import FullModelHFCheckpointer
4848
from torchtune.models import convert_weights
4949
import torch
5050

0 commit comments

Comments
 (0)