Skip to content

Commit a4b6a55

Browse files
authored
Fix broken image link (meta-llama#597)
2 parents 808a3f7 + 5b3aaa0 commit a4b6a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/quickstart/finetuning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ python -m llama_recipes.finetuning --use_peft --peft_method lora --quantization
105105
```
106106
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.
107107
<div style="display: flex;">
108-
<img src="../../../docs/images/wandb_screenshot.png" alt="wandb screenshot" width="500" />
108+
<img src="../../../docs/img/wandb_screenshot.png" alt="wandb screenshot" width="500" />
109109
</div>
110110

111111
## FLOPS Counting and Pytorch Profiling

0 commit comments

Comments
 (0)