How to support multi-device VLLM inference in the GRPO Trainer #186
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: "Hugging Face Issue Labeler" | |
on: | |
issues: | |
types: opened | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: August-murr/auto-labeler@main | |
with: | |
hf-api-key: ${{ secrets.CI_HF_API_TOKEN }} |