Skip to main content

Run experiments on the Robbie Cloud

Project description

Robbie

Run experiments on the Robbie Cloud

Installation

Install the package from PyPi:

pip install robbie

Getting Started

Log in to your account

robbie login

Create a python file and decorate it.

from robbie import remote

@remote(
    funding_group_id ='44d273ad-75b4-4af4-8a33-0ab652c2c315',
    environment_id = 'c2fab2e7-7e1c-4180-8d77-53ddbe2af281',
    image = 'pytorch-training:2.2.0-cpu-py310-ubuntu20.04-ec2',
)
def main():
    print("Running my function")

if __name__ == "__main__":
    main()

Deploy the job

python main.py

Positron CLI Usage

Explore the help dialogs.

robbie --help

robbie run --help

Job Types

Generic Job

Defined in job_config.yaml as a commands block.

Example at test/cli.

Run with robbie run

Decorator Job

Defined as a python native decorator.

Example at test/decorator/test.py.

Run with python test.py

Rather than specify configuration options in the src code, you can put them in job_config.yaml.

Example at test/decorator/with_config/main.py.

Positron Job Runner

Located at app/positron_job_runner, this gets deployed as positron-job-runner and is used in the deployed container to launch the user's project.

License

This project is licensed under the Apache 2 License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robbie-0.1.26.tar.gz (233.7 kB view details)

Uploaded Source

Built Distribution

robbie-0.1.26-py3-none-any.whl (257.9 kB view details)

Uploaded Python 3

File details

Details for the file robbie-0.1.26.tar.gz.

File metadata

  • Download URL: robbie-0.1.26.tar.gz
  • Upload date:
  • Size: 233.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for robbie-0.1.26.tar.gz
Algorithm Hash digest
SHA256 2b6a0e5e6bb57ae7aa05d268cb6994f62a626ae354fccedda971908b780760c0
MD5 7e286c80ba5635111a36bcb33ee10b6c
BLAKE2b-256 3d666a7e50e63093b860b0c74a840036a24e936f689c12d4a9ab5fd04ee44adf

See more details on using hashes here.

Provenance

The following attestation bundles were made for robbie-0.1.26.tar.gz:

Publisher: workflow.yaml on Positron-Networks/python-decorator

Attestations:

File details

Details for the file robbie-0.1.26-py3-none-any.whl.

File metadata

  • Download URL: robbie-0.1.26-py3-none-any.whl
  • Upload date:
  • Size: 257.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for robbie-0.1.26-py3-none-any.whl
Algorithm Hash digest
SHA256 61cec06b5baffee0d4109cff8b0371ef0762fcc4945c0bac3e4f80f8354ab5b7
MD5 6a033466dcf1233a1618d5b68eff06a8
BLAKE2b-256 0aefaf8b37188d33e8b38b80407afaf7fcdb501d042dcc6581247492f5f40e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for robbie-0.1.26-py3-none-any.whl:

Publisher: workflow.yaml on Positron-Networks/python-decorator

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page