We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952e21b commit 0a533b0Copy full SHA for 0a533b0
examples/models/llama/UTILS.md
@@ -45,7 +45,7 @@ You can also download above models from [Hugging Face](https://huggingface.co/).
45
46
47
```Python
48
-from torchtune.utils import FullModelHFCheckpointer
+from torchtune.training.checkpointing import FullModelHFCheckpointer
49
from torchtune.models import convert_weights
50
import torch
51
0 commit comments