Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 3 additions & 2 deletions .github/workflows/build_vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- nightly
pull_request:
workflow_dispatch:

permissions:
Expand All @@ -13,14 +14,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@a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
strategy:
fail-fast: false
with:
repository: meta-pytorch/forge
ref: ""
test-infra-repository: pytorch/test-infra
test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c
test-infra-ref: a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
run-smoke-test: false
wheel-nightly-policy: gha_workflow_build_preview_wheels_policy
wheel-upload-path: whl/preview/forge
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- nightly
pull_request:
workflow_dispatch:

permissions:
Expand All @@ -13,14 +14,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@a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
strategy:
fail-fast: false
with:
repository: meta-pytorch/forge
ref: ""
test-infra-repository: pytorch/test-infra
test-infra-ref: 812cf38d3d0d763e0578e695a004e6f51673e47c
test-infra-ref: a211e45ef7bb7a08b3ce7050ec267f9fdb56f9f1
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 +49,10 @@ 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'
upload:
uses: pytorch/test-infra/.github/workflows/_binary_upload.yml
strategy:
fail-fast: false
with:

Loading