Skip to content

Commit 8b22c61

Browse files
authored
Deploy to model name + " (deployment)" (#496)
1 parent 7b8c796 commit 8b22c61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/art/utils/deployment/wandb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def deploy_wandb(
6868
print(f"Uploading checkpoint from {checkpoint_path} to W&B...")
6969

7070
run = wandb.init(
71+
name=model.name + " (deployment)",
7172
entity=model.entity,
7273
project=model.project,
7374
settings=wandb.Settings(api_key=os.environ["WANDB_API_KEY"]),

0 commit comments

Comments
 (0)