Skip to content

Commit 7dcc730

Browse files
authored
Fix relative links to images (meta-llama#596)
2 parents a4b6a55 + 78b4a7f commit 7dcc730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/quickstart/finetuning/LLM_finetuning_overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Full parameter fine-tuning has its own advantages, in this method there are mult
3535
You can also keep most of the layers frozen and only fine-tune a few layers. There are many different techniques to choose from to freeze/unfreeze layers based on different criteria.
3636

3737
<div style="display: flex;">
38-
<img src="../../docs/img/feature_based_fn.png" alt="Image 1" width="250" />
39-
<img src="../../docs/img/feature_based_fn_2.png" alt="Image 2" width="250" />
40-
<img src="../../docs/img/full_param_fn.png" alt="Image 3" width="250" />
38+
<img src="../../../docs/img/feature_based_fn.png" alt="Image 1" width="250" />
39+
<img src="../../../docs/img/feature_based_fn_2.png" alt="Image 2" width="250" />
40+
<img src="../../../docs/img/full_param_fn.png" alt="Image 3" width="250" />
4141
</div>
4242

4343

0 commit comments

Comments
 (0)