Pratyush-01 commited on
Commit
fe6567c
·
verified ·
1 Parent(s): 018639f

W&B disclaimer: point users to their own account, drop hardcoded entity URL

Browse files
Files changed (1) hide show
  1. train/job_train_single.py +2 -1
train/job_train_single.py CHANGED
@@ -254,7 +254,8 @@ def main() -> None:
254
  f"System trained on → {SYSTEM_ID}\n"
255
  f"Final model → https://huggingface.co/{PROFILE['hub_final_repo']}\n"
256
  f"Checkpoints → https://huggingface.co/{PROFILE['hub_ckpt_repo']}\n"
257
- f"W&B project → https://wandb.ai/pratyush01/physix-live\n",
 
258
  flush=True,
259
  )
260
 
 
254
  f"System trained on → {SYSTEM_ID}\n"
255
  f"Final model → https://huggingface.co/{PROFILE['hub_final_repo']}\n"
256
  f"Checkpoints → https://huggingface.co/{PROFILE['hub_ckpt_repo']}\n"
257
+ "W&B project → check your own W&B account (the WANDB_API_KEY you set), "
258
+ "project 'physix-live'\n",
259
  flush=True,
260
  )
261