Skip to content

docs(conditional_detr): fix num_queries default in docstring (100 -> 300) #4874

docs(conditional_detr): fix num_queries default in docstring (100 -> 300)

docs(conditional_detr): fix num_queries default in docstring (100 -> 300) #4874

Workflow file for this run

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