Skip to content

Commit 90ddd86

Browse files
authored
Update llama README.md
Update FullModelHFCheckpointer import to align with TorchTune API changes. https://github.com/pytorch/torchtune/blob/7d29c21149ace4be9fdc2709a03c0a21ba191010/torchtune/training/__init__.py#L41
1 parent 6b858f2 commit 90ddd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ You can also download above models from [Hugging Face](https://huggingface.co/).
232232
233233
234234
```Python
235-
from torchtune.utils import FullModelHFCheckpointer
235+
from torchtune.training import FullModelHFCheckpointer
236236
from torchtune.models import convert_weights
237237
import torch
238238

0 commit comments

Comments
 (0)