Skip to content

Commit

Permalink
add entity (for v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed May 12, 2024
1 parent 66b97f4 commit 57545b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wtpsplit/train/train_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def maybe_pad(text):

# 1 wandb run for all language-dataset combinations
if "wandb" in training_args.report_to and training_args.process_index == 0:
wandb.init(name=wandb_name, project=args.wandb_project, group=wandb_name)
# TODO: don't hardcode entity
wandb.init(name=wandb_name, project=args.wandb_project, group=wandb_name, entity="markus_583")
wandb.config.update(args)
wandb.config.update(training_args)
wandb.config.update(label_args)
Expand Down

0 comments on commit 57545b1

Please sign in to comment.