Skip to content

Benchmark profiles and multi-turn conversations #6

Benchmark profiles and multi-turn conversations

Benchmark profiles and multi-turn conversations #6

Workflow file for this run

name: Build inference-benchmarker
on:
workflow_dispatch:
workflow_call:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Rust checks:

Check failure on line 20 in .github/workflows/build_ci.yaml

View workflow run for this annotation

GitHub Actions / Build inference-benchmarker

Invalid workflow file

The workflow is not valid. .github/workflows/build_ci.yaml (Line: 20, Col: 3): The identifier 'Rust checks' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. .github/workflows/build_ci.yaml (Line: 25, Col: 3): The identifier 'Build Docker image' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
permissions:
pull-requests: write
contents: read
uses: ./.github/workflows/rust.yaml
Build Docker image:
permissions:
packages: write
contents: read
uses: ./.github/workflows/build.yaml
needs: rust