Skip to content

Commit

Permalink
exclude libtvm for all (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored Jun 26, 2023
1 parent 290724f commit fdcbf8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_mlc_chat_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ else
fi

AUDITWHEEL_OPTS="--plat ${AUDITWHEEL_PLAT} -w repaired_wheels/"
AUDITWHEEL_OPTS="--exclude libtvm --exclude libtvm_runtime --exclude libvulkan ${AUDITWHEEL_OPTS}"
if [[ ${CUDA} != "none" ]]; then
AUDITWHEEL_OPTS="--exclude libcuda --exclude libcudart --exclude libnvrtc --exclude libtvm --exclude libtvm_runtime --exclude libvulkan ${AUDITWHEEL_OPTS}"
AUDITWHEEL_OPTS="--exclude libcuda --exclude libcudart --exclude libnvrtc ${AUDITWHEEL_OPTS}"
fi

# config the cmake
Expand Down

0 comments on commit fdcbf8c

Please sign in to comment.