Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ permissions:
jobs:
build:
name: forge-cu129-nightly
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@812cf38d3d0d763e0578e695a004e6f51673e47c
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
strategy:
fail-fast: false
with:
repository: meta-pytorch/forge
ref: ""
test-infra-repository: pytorch/test-infra
test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c
test-infra-ref: main
run-smoke-test: false
wheel-nightly-policy: gha_workflow_build_preview_wheels_policy
wheel-upload-path: whl/preview/forge
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ permissions:
jobs:
build:
name: forge-cu129-nightly
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@812cf38d3d0d763e0578e695a004e6f51673e47c
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
strategy:
fail-fast: false
with:
repository: meta-pytorch/forge
ref: ""
test-infra-repository: pytorch/test-infra
test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c
test-infra-ref: main
run-smoke-test: false
wheel-nightly-policy: gha_workflow_build_preview_wheels_policy
wheel-upload-path: whl/preview/forge
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
pre-script: .github/packaging/pre_build_gpu.sh
post-script: .github/packaging/post_build_script.sh
trigger-event: ${{ github.event_name }}
build-platform: 'python-build-package'
build-platform: 'python-build-package'
Loading