1
Fork 0

fix: linting

This commit is contained in:
Tibo De Peuter 2026-04-09 00:33:56 +02:00
parent 2f31df412b
commit 849581fcfd
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
3 changed files with 2 additions and 4 deletions

View file

@ -52,7 +52,8 @@ def init_wandb(
if not has_key and not is_interactive and os.environ.get("WANDB_MODE") != "offline":
logger.warning(
"WANDB_API_KEY not found and environment is non-interactive. Switching to offline mode."
"WANDB_API_KEY not found and environment is non-interactive. "
"Switching to offline mode."
)
sync_path = f"runs/{name}" if name else "runs"
logger.warning(f"WandB is offline. Use 'wandb sync {sync_path}' to upload logs later.")