浏览代码

Fix link to LLM finetuning overview (#719)

Sanyam Bhutani 6 月之前
父节点
当前提交
20b79de45b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/quickstart/finetuning/README.md

+ 1 - 1
recipes/quickstart/finetuning/README.md

@@ -8,7 +8,7 @@ This folder contains instructions to fine-tune Meta Llama 3 on a
 
 using the canonical [finetuning script](../../../src/llama_recipes/finetuning.py) in the llama-recipes package.
 
-If you are new to fine-tuning techniques, check out an overview: [](./LLM_finetuning_overview.md)
+If you are new to fine-tuning techniques, check out [an overview](./LLM_finetuning_overview.md).
 
 > [!TIP]
 > If you want to try finetuning Meta Llama 3 in a Jupyter notebook you can find a quickstart notebook [here](./quickstart_peft_finetuning.ipynb)