Przeglądaj źródła

Fix broken image link

Suraj Subramanian 9 miesięcy temu
rodzic
commit
5b3aaa038c
1 zmienionych plików z 1 dodań i 1 usunięć
  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