Skip to content

wandb/launch-jobs

Repository files navigation

Weights & Biases Launch Jobs

W&B Launch introduces a connective layer between machine learning practitioners and the high-scale, specialized hardware that powers modern machine learning workflows. Easily scale training runs from your desktop to your GPUs, quickly spin up intensive model evaluation suites, and prepare models for production inference, all without the friction of complex infrastructure.

A Launch Job is a complete blueprint of how to perform a step in your ML workflow, like training a model, running an evaluation, or deploying a model to an inference server.

In this repository, we have curated a set of popular jobs for common tasks, such as deploying a model to serve inference.

Deploy models from W&B

Evaluate and optimize models

Connect to external services

Contribute a job

Have you created a job that you think other W&B users would like to try? For example, perhaps you're deploying models to another service. If you'd like to share your work wtih the community, see CONTRIBUTING.md for instructions on how to add new jobs to this repo.