Skip to content

Benchmark profiles and multi-turn conversations #3

Benchmark profiles and multi-turn conversations

Benchmark profiles and multi-turn conversations #3

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:
uses: ./.github/workflows/rust.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build_ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_ci.yaml" -> "./.github/workflows/rust.yaml" : failed to fetch workflow: workflow was not found.
build:
uses: ./.github/workflows/build.yaml
needs: rust