Skip to content

Running a Workflow

For this example we will fork one of the example workflows from the Explore page.

Prerequisites

You will need to have completed the Quick Start Guide.

Step 1: Select a Repo Template to use

Navigate to the Explore page and select a Repository Template.

Explore Page

Step 2: Create a new Repository from the Language Model Arena Template

Click on the Use Template button on the Language Model Arena card:

Language Model Arena Card

You will be redirected to a Github page where you can create a new repository from the template. Make the repository private so that you can add your own code later:

Fork Language Model Arena

It will take a moment or two for the new repository to be created. You now have a new repository in your Github account.

Language Model Arena Fork Completed

Step 3: Run the Workflow

From the Actions page, with the LLM Eval Benchmarking Workflow selected you can run the workflow by clicking on the Run Workflow button.

You will see a dropdown menu that shows you all of the configurable inputs for the workflow. Click on Run Workflow at the bottom of this dropdown to run the Workflow.

Run Workflow

You can see that the Workflow Run has been queued.

Github Queued Workflow Run

We can now quickly jump over to the Job Runs page on the Machine Dashboard to see that the Job has been queued there also:

Machine Queued Job Run

Machine is now searching globally to find the most cost effective GPU runner to run the workflow on.

Within a minute we can see that the Job has started running:

Github Workflow Job Running

Again we can jump back to the Machine Dashboard to see that the Job has started running there also:

Machine Running Job Run

After some time we can see that the Job has completed:

Github Workflow Job Completed

This job has taken about 16 minutes to run from start to finish.

Bouncing back over to the Machine Dashboard you can see that the Job has completed there also:

Machine Completed Workflow Run

The Job ran for 16 minutes on Spot tenancy, ran using L40S GPU hardware and consumed 80 credits. @ $0.005 per credit this job cost $0.40.

Next Steps

Now that you’ve set up your first GPU-accelerated workflow: