Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .github/workflows/build_vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
wheel-nightly-policy: gha_workflow_preview_build_wheels
wheel-upload-path: whl/preview/forge/
package-name: forge
channel: test # Hack here to make sure stable pytorch is used
build-matrix: |
{
"include": [
Expand All @@ -35,12 +36,12 @@ jobs:
"desired_cuda": "cu128",
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
"package_type": "manywheel",
"build_name": "manywheel-py3_10-cuda12_8",
"build_name": "manywheel-cuda12_8",
"validation_runner": "linux.12xlarge.memory",
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
"channel": "nightly",
"upload_to_base_bucket": "no",
"stable_version": "2.8.0",
"stable_version": "2.9.0",
"use_split_build": false
}
]
Expand Down
Loading