From 0a533b054c25688a380977af5bf34fbbed6cf23b Mon Sep 17 00:00:00 2001 From: Jack <32371937+jackzhxng@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:58:54 -0800 Subject: [PATCH] Update HuggingFace model checkpointer import (#8319) --- examples/models/llama/UTILS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/llama/UTILS.md b/examples/models/llama/UTILS.md index 27a7a5832d..dd014240ac 100644 --- a/examples/models/llama/UTILS.md +++ b/examples/models/llama/UTILS.md @@ -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