Skip to content

Commit

Permalink
[Docs] Nit: Remind people to auth to wandb if they are going to use it (
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Dec 29, 2023
1 parent 76357dc commit dec66d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit dec66d7

Please sign in to comment.