Skip to content

Commit

Permalink
Moving to official sglang release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Nov 22, 2024
1 parent f8dcdf6 commit cff9799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pdelfin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "1"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "42"
_PATCH = "43"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ dev = [
]

inference = [
#"sglang["all"]
#"git+https://github.com/sgl-project/sglang.git@eff468dd5a3d24646560eb044276585f7a11ac3c#subdirectory=python&egg=sglang[all]"
"sglang[all]>=0.3.6",
"beaker-py",
]

Expand Down
6 changes: 0 additions & 6 deletions scripts/beaker/Dockerfile-inference
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ RUN /root/.local/bin/uv pip install --system --no-cache -e .[inference]

COPY pdelfin pdelfin

# TODO You can remove this and move it into the pyproject.toml once sglang makes a release > 0.35.0
RUN git clone https://github.com/sgl-project/sglang.git
WORKDIR sglang/python
RUN git checkout eff468dd5a3d24646560eb044276585f7a11ac3c
RUN /root/.local/bin/uv pip install --system --no-cache -e .[all]

# TODO You can remove this once pypdf > 5.10 comes out
RUN /root/.local/bin/uv pip install --system --no-cache git+https://github.com/py-pdf/pypdf.git@c6e43374ab002d76811ec85333fdc2c82c268251

Expand Down

0 comments on commit cff9799

Please # to comment.