Skip to content

Commit 8715e04

Browse files
committed
fix typo
1 parent 0ef6b8d commit 8715e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/quickstart/finetuning/finetune_vision_model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For **LoRA finetuning with FSDP**, we can run the following code:
2222

2323
For more details about the finetuning configurations, please read the [finetuning readme](./README.md).
2424

25-
For more details about local inference with the fine-tuned checkpoint, please read [Inference with FSDP checkpoints section](https://github.com/meta-llama/llama-recipes/tree/main/recipes/quickstart/inference/local_inference#inference-with-fsdp-checkpoints) to learn how to convert the FSDP weights into a consolidated Hugging Face formated model for local inference.
25+
For more details about local inference with the fine-tuned checkpoint, please read [Inference with FSDP checkpoints section](https://github.com/meta-llama/llama-recipes/tree/main/recipes/quickstart/inference/local_inference#inference-with-fsdp-checkpoints) to learn how to convert the FSDP weights into a consolidated Hugging Face formatted model for local inference.
2626

2727
### How to use a custom dataset to fine-tune vision model
2828

0 commit comments

Comments
 (0)