updated sglang

This commit is contained in:
aman-17 2025-06-12 22:11:07 +00:00
parent c4aa648b8e
commit b9f3e7c72b
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ COPY olmocr/version.py olmocr/version.py
# Needed to resolve setuptools dependencies # Needed to resolve setuptools dependencies
ENV UV_INDEX_STRATEGY="unsafe-best-match" ENV UV_INDEX_STRATEGY="unsafe-best-match"
RUN uv pip install --system --no-cache-dir "sglang[all]>=0.4.6.post5" RUN uv pip install --system --no-cache-dir "sglang[all]>=0.4.7"
RUN uv pip install --system --no-cache-dir -e . RUN uv pip install --system --no-cache-dir -e .
RUN uv pip install --system --no-cache ".[bench]" RUN uv pip install --system --no-cache ".[bench]"
RUN playwright install-deps RUN playwright install-deps

View File

@ -52,7 +52,7 @@ Changelog = "https://github.com/allenai/olmocr/blob/main/CHANGELOG.md"
[project.optional-dependencies] [project.optional-dependencies]
gpu = [ gpu = [
"sglang[all]>=0.4.6.post5" "sglang[all]>=0.4.7"
] ]
dev = [ dev = [