You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/quickstart/finetuning/finetune_vision_model.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For **LoRA finetuning with FSDP**, we can run the following code:
22
22
23
23
For more details about the finetuning configurations, please read the [finetuning readme](./README.md).
24
24
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.
26
26
27
27
### How to use a custom dataset to fine-tune vision model
0 commit comments