We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48df56 commit 88c7260Copy full SHA for 88c7260
.github/workflows/building.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: [ubuntu-22.04, macos-14, windows-2019, ubuntu-22.04-arm]
+ os: [ubuntu-22.04, macos-14, windows-2022, ubuntu-22.04-arm]
14
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
15
torch-version: [2.8.0]
16
cuda-version: ['cpu', 'cu118', 'cu124', 'cu126', 'cu128', 'cu129']
0 commit comments