Skip to content

[Paged KV] Enable prefix caching on the unified paged path #1077

[Paged KV] Enable prefix caching on the unified paged path

[Paged KV] Enable prefix caching on the unified paged path #1077

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [macos-15, ubuntu-24.04-arm, ubuntu-24.04]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Lint
run: |
scripts/lint.sh
test:
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [macos-15]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache HuggingFace models
uses: actions/cache@v4
with:
path: ~/.cache/huggingface/hub
key: hf-${{ runner.os }}-${{ hashFiles('scripts/test.sh') }}
- name: Test
run: |
scripts/test.sh