Skip to content

Commit a9cd9b0

Browse files
committed
vllm: trim workflow comments
1 parent 359dac5 commit a9cd9b0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎.github/workflows/build-vllm.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ jobs:
100100
CMAKE_ARGS=-DVLLM_RVV_VLEN=0
101101
PATH="$PATH:$HOME/.cargo/bin"
102102
PIP_EXTRA_INDEX_URL=https://pypi.riseproject.dev/simple/
103-
# libtorch/libc10/libgomp ship in the torch wheel and are loaded
104-
# RTLD_GLOBAL before vllm._C, so keep auditwheel from vendoring a
105-
# second ~200MB copy of them into ours.
103+
# The torch wheel already carries these and loads them RTLD_GLOBAL.
106104
CIBW_REPAIR_WHEEL_COMMAND: >-
107105
auditwheel repair -w {dest_dir} {wheel}
108106
--exclude libtorch.so

0 commit comments

Comments
 (0)