Skip to content

Added mx_fp4 support using the cudnn backend (#1644) #20

Added mx_fp4 support using the cudnn backend (#1644)

Added mx_fp4 support using the cudnn backend (#1644) #20

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/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]