Optimize triton version: GQA, mask/bias broadcasting, skip inactive tiles, and stability fixes #33
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: Auto assign reviewers and assignees | |
| on: | |
| pull_request_target: | |
| types: [opened, ready_for_review] | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| add-reviewers: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| configuration-path: .github/auto_assign.yml |