@@ -21,14 +21,15 @@ jobs:
2121 fail-fast : false
2222 matrix :
2323 # os: [macos, linux, windows]
24- os : [macos, linux]
25- python_version : ["3.9", "3.10", "3.11", "3.12"]
26- cuda_version : ["12.1"]
24+ # os: [macos, linux]
25+ os : [linux]
26+ python_version : ["3.10", "3.11", "3.12", "3.13", "3.14"]
27+ cuda_version : ["12.8"]
2728 torch_version : ["stable"]
2829 include :
29- - os : macos
30- runner_label : [self-hosted, macOS]
31- flags : " --use-pytorch-cross-attention"
30+ # - os: macos
31+ # runner_label: [self-hosted, macOS]
32+ # flags: "--use-pytorch-cross-attention"
3233 - os : linux
3334 runner_label : [self-hosted, Linux]
3435 flags : " "
@@ -73,14 +74,15 @@ jobs:
7374 strategy :
7475 fail-fast : false
7576 matrix :
76- os : [macos, linux]
77- python_version : ["3.11"]
78- cuda_version : ["12.1"]
77+ # os: [macos, linux]
78+ os : [linux]
79+ python_version : ["3.14"]
80+ cuda_version : ["12.8"]
7981 torch_version : ["nightly"]
8082 include :
81- - os : macos
82- runner_label : [self-hosted, macOS]
83- flags : " --use-pytorch-cross-attention"
83+ # - os: macos
84+ # runner_label: [self-hosted, macOS]
85+ # flags: "--use-pytorch-cross-attention"
8486 - os : linux
8587 runner_label : [self-hosted, Linux]
8688 flags : " "
0 commit comments