From 09ee3d49dae4c7a96f9032861e12dce52dbce020 Mon Sep 17 00:00:00 2001 From: Evan Smothers Date: Mon, 6 Oct 2025 16:30:39 -0700 Subject: [PATCH] update commit hashes for wheel upload --- .github/workflows/build_vllm.yaml | 4 ++-- .github/workflows/build_wheels.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_vllm.yaml b/.github/workflows/build_vllm.yaml index dddf476de..c83875ae1 100644 --- a/.github/workflows/build_vllm.yaml +++ b/.github/workflows/build_vllm.yaml @@ -13,14 +13,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@d56fa2d461286d4b6a19e4ec66b397bf96925989 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@812cf38d3d0d763e0578e695a004e6f51673e47c strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 + test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c run-smoke-test: false wheel-nightly-policy: gha_workflow_build_preview_wheels_policy wheel-upload-path: whl/preview/forge diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index ef51ca83d..994116171 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -13,14 +13,14 @@ permissions: jobs: build: name: forge-cu129-nightly - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@d56fa2d461286d4b6a19e4ec66b397bf96925989 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@812cf38d3d0d763e0578e695a004e6f51673e47c strategy: fail-fast: false with: repository: meta-pytorch/forge ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: d56fa2d461286d4b6a19e4ec66b397bf96925989 + test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c run-smoke-test: false wheel-nightly-policy: gha_workflow_build_preview_wheels_policy wheel-upload-path: whl/preview/forge