Skip to content

Commit a9abb7b

Browse files
committed
Add sglang to dependencies, remove PIP INDEX URL
1 parent b99bd5b commit a9abb7b

File tree

3 files changed

+38
-20
lines changed

3 files changed

+38
-20
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ WORKDIR /vec-inf
5656
COPY . /vec-inf
5757

5858
# Install project dependencies with build requirements
59-
RUN PIP_INDEX_URL="https://download.pytorch.org/whl/cu128" uv pip install --system -e .[dev] --prerelease=allow
59+
uv pip install --system -e .[dev] --prerelease=allow
6060

6161
# Install a single, system NCCL (from NVIDIA CUDA repo in base image)
6262
RUN apt-get update && apt-get install -y --allow-change-held-packages\

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ dev = [
4444
"vllm>=0.10.0",
4545
"ray[default]>=2.50.0",
4646
"cupy-cuda12x==12.1.0",
47-
"flashinfer-python>=0.4.0"
47+
"flashinfer-python>=0.4.0",
48+
"sglang>=0.5.0",
4849
]
4950

5051
[project.scripts]

uv.lock

Lines changed: 35 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)