[serge] Fix 12 integration tests for model dac failing with output_mismatch (tensor values differ (6), other (6))
#4875
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: PR CI | |
| on: | |
| pull_request: | |
| merge_group: | |
| push: | |
| branches: | |
| - main | |
| - ci-* | |
| concurrency: | |
| # Group by PR number, commit SHA (main) to avoid cross-branch cancellation, or branch ref for cancellation within each branch | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.ref == 'refs/heads/main' && github.sha) || github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| jobs: | |
| pr-ci: | |
| # DON'T use commit sha here before the CI migration is finished | |
| uses: huggingface/transformers-test-ci/.github/workflows/pr-ci_dynamic_caller_example.yml@main # main | |