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 e3b5d3a commit c254735Copy full SHA for c254735
.github/workflows/build-cmake.yml
@@ -66,7 +66,7 @@ jobs:
66
gpu-arch-type: cpu
67
- runner: windows.g5.4xlarge.nvidia.gpu
68
gpu-arch-type: cuda
69
- gpu-arch-version: "12.6"
+ gpu-arch-version: "13.0"
70
fail-fast: false
71
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
72
with:
@@ -78,7 +78,7 @@ jobs:
78
script: |
79
set -euo pipefail
80
81
- export PYTHON_VERSION=3.9
+ export PYTHON_VERSION=3.11
82
export VC_YEAR=2022
83
export VSDEVCMD_ARGS=""
84
export GPU_ARCH_TYPE=${{ matrix.gpu-arch-type }}
0 commit comments