Skip to content

fix: move check_inputs to target device if available during to_torchscript. #54718

fix: move check_inputs to target device if available during to_torchscript.

fix: move check_inputs to target device if available during to_torchscript. #54718

name: Probot
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 61 # in case something is wrong with the internal timeout
steps:
- uses: Lightning-AI/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job: check-group
interval: 180 # seconds
timeout: 60 # minutes
maintainers: "Lightning-AI/lai-frameworks"
owner: "carmocca"