mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
updated sglang
This commit is contained in:
parent
c4aa648b8e
commit
b9f3e7c72b
@ -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
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user