Skip to content

Benchmark profiles and multi-turn conversations #4

Benchmark profiles and multi-turn conversations

Benchmark profiles and multi-turn conversations #4

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:

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): Error calling workflow 'huggingface/inference-benchmarker/.github/workflows/rust.yaml@0b882ed9d8aebfcebfb0fb6ade1bdd444fb32c5a'. The workflow is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/rust.yaml
build:
uses: ./.github/workflows/build.yaml
needs: rust