浏览代码

use absolute links

Igor Kasianenko 3 月之前
父节点
当前提交
691bcce716
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      getting-started/finetuning/LLM_finetuning_overview.md

+ 3 - 3
getting-started/finetuning/LLM_finetuning_overview.md

@@ -33,9 +33,9 @@ Full parameter fine-tuning has its own advantages, in this method there are mult
 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.
 
 <div style="display: flex;">
-    <img src="../../docs/img/feature_based_fn.png" alt="Image 1" width="250" />
-    <img src="../../docs/img/feature_based_fn_2.png" alt="Image 2" width="250" />
-    <img src="../../docs/img/full_param_fn.png" alt="Image 3" width="250" />
+    <img src="https://github.com/meta-llama/llama-cookbook/blob/main/src/docs/img/feature_based_fn.png" alt="Image 1" width="250" />
+    <img src="https://github.com/meta-llama/llama-cookbook/blob/main/src/docs/img/feature_based_fn_2.png" alt="Image 2" width="250" />
+    <img src="https://github.com/meta-llama/llama-cookbook/blob/main/src/docs/img/full_param_fn.png" alt="Image 3" width="250" />
 </div>