瀏覽代碼

Fix broken image link

Suraj Subramanian 9 月之前
父節點
當前提交
5b3aaa038c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/quickstart/finetuning/README.md

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

@@ -105,7 +105,7 @@ python -m llama_recipes.finetuning --use_peft --peft_method lora --quantization
 ```
 You'll be able to access a dedicated project or run link on [wandb.ai](https://wandb.ai) and see your dashboard like the one below.
 <div style="display: flex;">
-    <img src="../../../docs/images/wandb_screenshot.png" alt="wandb screenshot" width="500" />
+    <img src="../../../docs/img/wandb_screenshot.png" alt="wandb screenshot" width="500" />
 </div>
 
 ## FLOPS Counting and Pytorch Profiling