1 parent 359dac5 commit a9cd9b0Copy full SHA for a9cd9b0
1 file changed
.github/workflows/build-vllm.yml
@@ -100,9 +100,7 @@ jobs:
100
CMAKE_ARGS=-DVLLM_RVV_VLEN=0
101
PATH="$PATH:$HOME/.cargo/bin"
102
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.
+ # The torch wheel already carries these and loads them RTLD_GLOBAL.
106
CIBW_REPAIR_WHEEL_COMMAND: >-
107
auditwheel repair -w {dest_dir} {wheel}
108
--exclude libtorch.so
0 commit comments