Skip to content

bugfix: fix multi-cta top-k implementation when k value is different for different row #5144

bugfix: fix multi-cta top-k implementation when k value is different for different row

bugfix: fix multi-cta top-k implementation when k value is different for different row #5144

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/action@v3.0.1