Support for GPT-OSS pretraining script in Megatron-Bridge #5085
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: Community Bot | |
| on: | |
| issues: | |
| types: [opened, edited, reopened, closed, deleted] | |
| issue_comment: | |
| types: [created, edited, deleted] | |
| jobs: | |
| community-bot: | |
| uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.54.4 | |
| with: | |
| community_project_id: ${{ vars.COMMUNITY_PROJECT_ID }} | |
| secrets: | |
| GH_TOKEN: ${{ secrets.PAT }} |