From ce616c6514211f49571f5249eb8230a590b2f386 Mon Sep 17 00:00:00 2001 From: aman-17 Date: Wed, 28 May 2025 19:01:01 -0700 Subject: [PATCH] addressed Jake's comments --- Dockerfile | 1 - olmocr/bench/{ => scripts}/workspace_to_bench.py | 0 2 files changed, 1 deletion(-) rename olmocr/bench/{ => scripts}/workspace_to_bench.py (100%) diff --git a/Dockerfile b/Dockerfile index 472c708..e51ef36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,6 @@ COPY olmocr olmocr COPY scripts scripts WORKDIR /root COPY olmocr olmocr -COPY scripts scripts RUN python3 -m sglang.launch_server --help RUN python3 -m olmocr.pipeline --help \ No newline at end of file diff --git a/olmocr/bench/workspace_to_bench.py b/olmocr/bench/scripts/workspace_to_bench.py similarity index 100% rename from olmocr/bench/workspace_to_bench.py rename to olmocr/bench/scripts/workspace_to_bench.py