Choose how you would like to use Robbie:

Need Help? Reach out at

Command Runner

Show more
Continue

What is it good for?

The Robbie “Command Runner” lets you run any shell command on a remote high performance computing resource. The command runner is great when you need to run jobs that require specific command like “torchrun,” “torch tune”; and even compile and run C and C++ programs.

Use with:

How it works:

Python Remote Function

Show more
Continue

What is it good for?

Let’s say you do most of your development on your local machine or in Google Colab using CPU, but you need a GPU like a A100 for a long running AI training job. That’s where Robbie remote functions comes in. Just import the Robbie Python package and decorate the function you would like to run in Robbie with the @robbie decorator.

Use with:

How it works:

Command Runner

Show more
Continue

What is it good for?

The Robbie “Command Runner” lets you run any shell command on a remote high performance computing resource. The command runner is great when you need to run jobs that require specific command like “torchrun,” “torch tune”; and even compile and run C and C++ programs.

Use with:

How it works:

Python Remote Function

Show more
Continue

What is it good for?

Let’s say you do most of your development on your local machine or in Google Colab using CPU, but you need a GPU like a A100 for a long running AI training job. That’s where Robbie remote functions comes in. Just import the Robbie Python package and decorate the function you would like to run in Robbie with the @robbie decorator.

Use with:

How it works: