Manage runs
Move runs to a teamโ
On the project page:
- Click the table tab to expand the runs table
- Click the checkbox to select all runs
- Click Move: the destination project can be in your personal account or any team that you're a member of.
Send new runs to a teamโ
In your script, set the entity to your team. "Entity" just means your username or team name. Create an entity (personal account or team account) in the web app before sending runs there.
wandb.init(entity="example-team")
Your default entity is updated when you join a team. This means that on your settings page, you'll see that the default location to create a new project is now the team you've just joined. Here's an example of what that settings page section looks like: