Skip to content

CI: Initial Aiter benchmark tests #6

CI: Initial Aiter benchmark tests

CI: Initial Aiter benchmark tests #6

name: Aiter Benchmark
on:
pull_request: # for testing
# types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
aiter_benchmark:
name: Aiter Benchmark
uses: ROCm/ATOM/.github/workflows/atom-benchmark.yaml@atom_benchmark_expose
with:
deepseek-r1-0528: true
extra_args: "--kv_cache_dtype fp8 -tp 8"
param_list: "1024,1024,128,0.8"

Check failure on line 25 in .github/workflows/aiter-benchmark.yaml

View workflow run for this annotation

GitHub Actions / Aiter Benchmark

Invalid workflow file

The workflow is not valid. .github/workflows/aiter-benchmark.yaml (Line: 25, Col: 19): Invalid input, param_list is not defined in the referenced workflow.