Skip to content

Commit 422a965

Browse files
committed
Build vLLM for 3.10 -> 3.12 (horrible)
1 parent 5449a2a commit 422a965

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

.github/workflows/build_vllm.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,44 @@ jobs:
3636
"desired_cuda": "cu128",
3737
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
3838
"package_type": "manywheel",
39-
"build_name": "manywheel-cuda12_8",
39+
"build_name": "manywheel-py3_10-cuda12_8",
4040
"validation_runner": "linux.12xlarge.memory",
4141
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
4242
"channel": "nightly",
4343
"upload_to_base_bucket": "no",
4444
"stable_version": "2.9.0",
4545
"use_split_build": false
46-
}
46+
},
47+
{
48+
"python_version": "3.11",
49+
"gpu_arch_type": "cpu",
50+
"gpu_arch_version": "12.8",
51+
"desired_cuda": "cu128",
52+
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
53+
"package_type": "manywheel",
54+
"build_name": "manywheel-py3_11-cuda12_8",
55+
"validation_runner": "linux.12xlarge.memory",
56+
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
57+
"channel": "nightly",
58+
"upload_to_base_bucket": "no",
59+
"stable_version": "2.9.0",
60+
"use_split_build": false
61+
},
62+
{
63+
"python_version": "3.12",
64+
"gpu_arch_type": "cpu",
65+
"gpu_arch_version": "12.8",
66+
"desired_cuda": "cu128",
67+
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
68+
"package_type": "manywheel",
69+
"build_name": "manywheel-py3_12-cuda12_8",
70+
"validation_runner": "linux.12xlarge.memory",
71+
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
72+
"channel": "nightly",
73+
"upload_to_base_bucket": "no",
74+
"stable_version": "2.9.0",
75+
"use_split_build": false
76+
},
4777
]
4878
}
4979
pre-script: .github/packaging/pre_build_cpu.sh

0 commit comments

Comments
 (0)