Update T5 attention-mask shapes to be compatible with all attention-b… #1130
This file contains 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: Create PR to main with cherry-pick from release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
cherry-pick: | |
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected] | |
secrets: | |
PAT: ${{ secrets.PAT }} | |
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }} | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |