[CI] use cached deepep installation in gb200 CI (#13388)
This commit is contained in:
@@ -18,13 +18,10 @@ if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "aarch64" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# It seems GB200 ci runner preinstalls some wrong version of deep_ep, so we cannot rely on it.
|
|
||||||
if [ "$GRACE_BLACKWELL" != "1" ]; then
|
|
||||||
if python3 -c "import deep_ep" >/dev/null 2>&1; then
|
if python3 -c "import deep_ep" >/dev/null 2>&1; then
|
||||||
echo "deep_ep is already installed or importable. Skipping installation."
|
echo "deep_ep is already installed or importable. Skipping installation."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
apt install -y curl wget git sudo libibverbs-dev rdma-core infiniband-diags openssh-server perftest ibverbs-providers libibumad3 libibverbs1 libnl-3-200 libnl-route-3-200 librdmacm1 build-essential cmake
|
apt install -y curl wget git sudo libibverbs-dev rdma-core infiniband-diags openssh-server perftest ibverbs-providers libibumad3 libibverbs1 libnl-3-200 libnl-route-3-200 librdmacm1 build-essential cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user