Skip to content

Run Tests - PyTorch 2.4 #511

Run Tests - PyTorch 2.4

Run Tests - PyTorch 2.4 #511

name: Run Tests - PyTorch 2.4
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
run-pytorch-2_4:
uses: ./.github/workflows/run_pytorch_tests.yml
with:
torch-version: "2.4.*"