Command Runner
/ How to bring your code into Robbie

Install & LoginCustomizeCommandsRun your codeMonitor Progress

Copy and run these commands in your command prompt

% pip install robbie
% robbie login
The first command will download and install the required Python package.

The second command will prompt you to enter your API key from the Robbie Portal

Customize your job configuration

How will you pay for your job?

HTML EMBED BLOCK

Choose hardware.

HTML EMBED BLOCK

Choose advanced options.

HTML EMBED BLOCK

Enter commands you would like to run

HTML EMBED BLOCK
Hint: You can use any command that you would like.

Here are some examples:
• git clone
• pwd
• touchtone
• torch run

Download your job configuration file

Auto-generated run_config.yaml

HTML EMBED BLOCK

Run your job

HTML EMBED BLOCK

You can monitor job progress in two ways:

1. In your command line

2. Using the Robbie Portal

1
2
3
4
5
6
 / 
5
Back
Next