Fix nvfp4 quantize and dequantize on the CPU for element counts that are not a multiple of 32 #88
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Update bypass list' | |
| description: 'Update interaction-limits bypass list with eligible contributors' | |
| on: | |
| workflow_dispatch: | |
| pull_request_target: | |
| types: | |
| - closed | |
| schedule: | |
| - cron: 33 6 * * * | |
| permissions: | |
| contents: write | |
| jobs: | |
| update_bypass_list: | |
| name: 'Update bypass list' | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - env: | |
| # Can only use PAT with permissions: admin:org_hook, public_repo | |
| GITHUB_TOKEN: ${{ secrets.ZCBENZ_TOKEN_UPDATE_BYPASS_LIST }} | |
| run: node .github/scripts/update-bypass-list.js ml-explore mlx |