Rename secrets.WHL_TOKEN -> secrets.GH_PAT_FOR_WHL_RELEASE (#14421)

Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
sglang-bot
2025-12-04 18:24:54 -08:00
committed by GitHub
co-authored by Lianmin Zheng
parent 2ecee7571c
commit b5d3998508
7 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if python3 -c "import deep_ep" >/dev/null 2>&1; then
fi
# 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 rdma-core infiniband-diags openssh-server perftest libibumad3 libibverbs-dev libibverbs1 ibverbs-providers ibverbs-utils libnl-3-200 libnl-route-3-200 librdmacm1 build-essential cmake
# Install GDRCopy
rm -rf /opt/gdrcopy && mkdir -p /opt/gdrcopy