We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7faa0a commit 7b2acf2Copy full SHA for 7b2acf2
.github/workflows/run_tests_torch2_0.yml
@@ -0,0 +1,11 @@
1
+name: Run Tests - PyTorch 2.0
2
+on:
3
+ workflow_dispatch: # Allow manual triggers
4
+ schedule:
5
+ - cron: 0 0 * * *
6
+
7
+jobs:
8
+ run-pytorch-2_0:
9
+ uses: ./.github/workflows/run_pytorch_tests.yml
10
+ with:
11
+ torch-version: "2.0.*"
.github/workflows/run_tests_torch2_1.yml
+name: Run Tests - PyTorch 2.1
+ run-pytorch-2_1:
+ torch-version: "2.1.*"
0 commit comments