We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 808a3f7 + 5b3aaa0 commit a4b6a55Copy full SHA for a4b6a55
recipes/quickstart/finetuning/README.md
@@ -105,7 +105,7 @@ python -m llama_recipes.finetuning --use_peft --peft_method lora --quantization
105
```
106
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.
107
<div style="display: flex;">
108
- <img src="../../../docs/images/wandb_screenshot.png" alt="wandb screenshot" width="500" />
+ <img src="../../../docs/img/wandb_screenshot.png" alt="wandb screenshot" width="500" />
109
</div>
110
111
## FLOPS Counting and Pytorch Profiling
0 commit comments