Skip to content

Commit 2218bf8

Browse files
committed
Merge branch 'jakep/new_trainer_vllm092' into jakep/new_trainer
2 parents b5f480d + e77bcd2 commit 2218bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COPY . /build
5656
# Needed to resolve setuptools dependencies
5757
ENV UV_INDEX_STRATEGY="unsafe-best-match"
5858
RUN uv pip install --system --no-cache ".[gpu]" --extra-index-url https://download.pytorch.org/whl/cu128
59-
RUN uv pip install --system https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5%2Bcu128torch2.7-cp38-abi3-linux_x86_64.whl
59+
RUN uv pip install --system https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.6.post1%2Bcu128torch2.7-cp39-abi3-linux_x86_64.whl
6060
RUN uv pip install --system --no-cache ".[bench]"
6161

6262
RUN playwright install-deps

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Changelog = "https://github.com/allenai/olmocr/blob/main/CHANGELOG.md"
5151

5252
[project.optional-dependencies]
5353
gpu = [
54-
"vllm==0.9.1"
54+
"vllm==0.9.2"
5555
]
5656

5757
dev = [

0 commit comments

Comments
 (0)