Skip to content

Run Tests - PyTorch 2.0 #281

Run Tests - PyTorch 2.0

Run Tests - PyTorch 2.0 #281

name: Run Tests - PyTorch 2.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
jobs:
run-pytorch-2_0:
uses: ./.github/workflows/run_pytorch_tests.yml
with:
torch-version: "2.0.*"