Skip to main content

Collaboration

The collaboration features within the Grid platform allow you to share work seamlessly with team members, aiding in reproducibility and creating opportunities for knowledge exchange.

These features are part of our Teams plan – if you're interested in enabling Collaboration for your team or in learning more, please email us at sales@grid.ai.

Current features include:

ActivityYes/No
Using your own cloud credentialsYes
View team informationYes
Download team member’s artifactsYes
Visualize metrics of team member’s RunYes
View logs of team member’s RunsYes
View Tensorboard outputs of team member's RunYes
View team member's SessionsYes
Pause a session created by another team memberNo
Delete a run created by another team memberNo
Access session created by team member using sshNo
Access session created by team member using vscodeNo
View team member's DatastoresYes
Stop a run created by another team memberYes
Delete a run created by another team memberYes
Access JupyterLab session created by a team memberYes
Run with a Datastore created by you or any team memberYes
Mount a Datastore created by team member when creating sessionYes
Add Credit for the team PaymentsNo

Team Collaboration CLI commands​

Check status of Runs in your team​

grid status --global

List Sessions in your team:​

grid session --global

List Datastores in your team​

grid datastore --global

Use a team member's Datastore for a run​

grid run --datastore_name <username>:/datastores/[name]/[version] script.py

Use a team member's Datastore to attach to a Session​

grid session create --datastore_name <username>:<datastorename>

At this time downloading artifacts and viewing logs from a teammate's experiments is not supported from the CLI. Please use the UI as a workaround.