Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
205b9494
Unverified
Commit
205b9494
authored
Apr 02, 2024
by
youkaichao
Committed by
GitHub
Apr 02, 2024
Browse files
[CI/Build] fix TORCH_CUDA_ARCH_LIST in wheel build (#3801)
parent
3bec41f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/scripts/build.sh
.github/workflows/scripts/build.sh
+2
-1
No files found.
.github/workflows/scripts/build.sh
View file @
205b9494
...
...
@@ -15,6 +15,7 @@ $python_executable -m pip install -r requirements.txt
export
MAX_JOBS
=
1
# Make sure punica is built for the release (for LoRA)
export
VLLM_INSTALL_PUNICA_KERNELS
=
1
# Make sure release wheels are built for the following architectures
export
TORCH_CUDA_ARCH_LIST
=
"7.0 7.5 8.0 8.6 8.9 9.0+PTX"
# Build
$python_executable
setup.py bdist_wheel
--dist-dir
=
dist
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment