We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8c796 commit 8b22c61Copy full SHA for 8b22c61
1 file changed
src/art/utils/deployment/wandb.py
@@ -68,6 +68,7 @@ def deploy_wandb(
68
print(f"Uploading checkpoint from {checkpoint_path} to W&B...")
69
70
run = wandb.init(
71
+ name=model.name + " (deployment)",
72
entity=model.entity,
73
project=model.project,
74
settings=wandb.Settings(api_key=os.environ["WANDB_API_KEY"]),
0 commit comments