Skip to content

fix: offload all KV blocks when doing prefill in P/D #238

fix: offload all KV blocks when doing prefill in P/D

fix: offload all KV blocks when doing prefill in P/D #238

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --hook-stage manual