LogoLogo
Sign InProject RobbieDemos
  • Getting Started
    • Welcome
    • Running your first Job
    • Remote function - Jupyter Notebook
    • Notebook Runner
    • Command Runner
  • Robbie Concepts
    • Introduction
    • User
    • Run
    • Token
    • Group (aka Team)
    • Environments
    • Workspace
    • Dependencies
    • Job Configuration File
    • Robbie Persistent Disk
  • Robbie Portal
    • Overview
    • Main Menu and Navigation
    • My Profile
    • My Resources
    • Runs
  • Running your experiments on Robbie
    • Overview
    • Command Runner
    • Jupyter Notebooks
    • Robbie Python Remote Functions
    • Robbie Magics
    • Robbie Notebook Runner
    • Matplotlib Support
    • Funding Group, Environment, and Images
  • Robbie Command Line Reference
    • robbie login
    • robbie config
    • robbie run
  • How it works
    • Architecture
Powered by GitBook
LogoLogo

© Positron Networks, Inc. - Patents Pending

On this page

Was this helpful?

Export as PDF
  1. Running your experiments on Robbie

Overview

Overview

There are several ways to run computing jobs on Robbie. Which approach works best for you depends on your existing toolset (e.g. IDE) and what you are trying to accomplish. The following table highlights when to use specific Robbie capabilities:

Robbie Capability

Existing Toolset

When to Use

Remote Functions

Jupyter Notebook

  • Experiments in local Jupyter Notebook or Google Colab

  • Your notebook into cells that and that need GPUs.

Magics

Jupyter Notebook

  • Experiments in local Jupyter Notebook or Google Colab

  • Your notebook into cells that and that need GPUs.

Notebook Runner

Jupyter Notebook

  • Long running training jobs

  • You don’t want to adapt your Notebook to run on a SLURM cluster

Command Runner

Windows, Mac, or Linux Command Line

  • You work with Python .py files and a requirement.txt files

  • You need to use training frameworks that have special commands (e.g. torch tune or torch run)

PreviousRunsNextCommand Runner

Last updated 6 months ago

Was this helpful?