From c5972ebdfb509a0d415fec447d4b7c0df1932fff Mon Sep 17 00:00:00 2001 From: PyTorch MergeBot Date: Tue, 14 Oct 2025 06:46:33 +0000 Subject: [PATCH] Revert "Update windows cuda build to use 12.8 (#165345)" This reverts commit ca96c675001fa87b9d9c648972415ab8b1591f11. Reverted https://github.com/pytorch/pytorch/pull/165345 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by pytorch's autorevert, to avoid this behaviour add the tag autorevert: disable ([comment](https://github.com/pytorch/pytorch/pull/165345#issuecomment-3400344079)) --- .github/workflows/trunk.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index c8aab0aee10e..cec2d8b7e89e 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -180,13 +180,13 @@ jobs: disable-monitor: false secrets: inherit - win-vs2022-cuda12_8-py3-build: - name: win-vs2022-cuda12.8-py3 + win-vs2022-cuda12_6-py3-build: + name: win-vs2022-cuda12.6-py3 uses: ./.github/workflows/_win-build.yml needs: get-label-type with: - build-environment: win-vs2022-cuda12.8-py3 - cuda-version: "12.8" + build-environment: win-vs2022-cuda12.6-py3 + cuda-version: "12.6" runner: "${{ needs.get-label-type.outputs.label-type }}windows.4xlarge.nonephemeral" secrets: inherit