Unverified Commit 6a2dedd2 authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

ci: Add --prerelease=allow flag to sglang installation (#3779)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 831dc82a
...@@ -103,7 +103,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ...@@ -103,7 +103,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
cd sglang && \ cd sglang && \
git checkout v${SGLANG_VERSION} && \ git checkout v${SGLANG_VERSION} && \
# Install in editable mode for development # Install in editable mode for development
uv pip install -e "python[all]" uv pip install --prerelease=allow -e "python[all]"
# Set env var that allows for forceful shutdown of inflight requests in SGL's TokenizerManager # Set env var that allows for forceful shutdown of inflight requests in SGL's TokenizerManager
ENV SGL_FORCE_SHUTDOWN=1 ENV SGL_FORCE_SHUTDOWN=1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment