From dec66d7c53a2de6cf74911faf9c1ad1f7f0fff14 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 28 Dec 2023 18:00:16 -0800 Subject: [PATCH] [Docs] Nit: Remind people to auth to wandb if they are going to use it (#1013) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f487642e..2e0a07855 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,7 @@ relora_warmup_steps: # Number of per-restart warmup steps relora_cpu_offload: # True to perform lora weight merges on cpu during restarts, for modest gpu memory savings # wandb configuration if you're using it +# Make sure your `WANDB_API_KEY` environment variable is set (recommended) or you login to wandb with `wandb login`. wandb_mode: # "offline" to save run metadata locally and not sync to the server, "disabled" to turn off wandb wandb_project: # Your wandb project name wandb_entity: # A wandb Team name if using a Team @@ -964,6 +965,8 @@ fsdp_config: ##### Weights & Biases Logging +Make sure your `WANDB_API_KEY` environment variable is set (recommended) or you login to wandb with `wandb login`. + - wandb options ```yaml wandb_mode: