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.
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.
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.
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.