We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bec41f commit 205b949Copy full SHA for 205b949
.github/workflows/scripts/build.sh
@@ -15,6 +15,7 @@ $python_executable -m pip install -r requirements.txt
15
export MAX_JOBS=1
16
# Make sure punica is built for the release (for LoRA)
17
export VLLM_INSTALL_PUNICA_KERNELS=1
18
-
+# Make sure release wheels are built for the following architectures
19
+export TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"
20
# Build
21
$python_executable setup.py bdist_wheel --dist-dir=dist
0 commit comments