[Docs] Nit: Remind people to auth to wandb if they are going to use it (#1013)
Browse files
README.md
CHANGED
@@ -672,6 +672,7 @@ relora_warmup_steps: # Number of per-restart warmup steps
|
|
672 |
relora_cpu_offload: # True to perform lora weight merges on cpu during restarts, for modest gpu memory savings
|
673 |
|
674 |
# wandb configuration if you're using it
|
|
|
675 |
wandb_mode: # "offline" to save run metadata locally and not sync to the server, "disabled" to turn off wandb
|
676 |
wandb_project: # Your wandb project name
|
677 |
wandb_entity: # A wandb Team name if using a Team
|
@@ -964,6 +965,8 @@ fsdp_config:
|
|
964 |
|
965 |
##### Weights & Biases Logging
|
966 |
|
|
|
|
|
967 |
- wandb options
|
968 |
```yaml
|
969 |
wandb_mode:
|
|
|
672 |
relora_cpu_offload: # True to perform lora weight merges on cpu during restarts, for modest gpu memory savings
|
673 |
|
674 |
# wandb configuration if you're using it
|
675 |
+
# Make sure your `WANDB_API_KEY` environment variable is set (recommended) or you login to wandb with `wandb login`.
|
676 |
wandb_mode: # "offline" to save run metadata locally and not sync to the server, "disabled" to turn off wandb
|
677 |
wandb_project: # Your wandb project name
|
678 |
wandb_entity: # A wandb Team name if using a Team
|
|
|
965 |
|
966 |
##### Weights & Biases Logging
|
967 |
|
968 |
+
Make sure your `WANDB_API_KEY` environment variable is set (recommended) or you login to wandb with `wandb login`.
|
969 |
+
|
970 |
- wandb options
|
971 |
```yaml
|
972 |
wandb_mode:
|