From 0f3b45c1a38f0cfec596d31610f6df377a77cae5 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Thu, 12 Jun 2025 21:19:17 +0000 Subject: [PATCH] Add time --- scripts/run_marker_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_marker_benchmark.sh b/scripts/run_marker_benchmark.sh index 9c559d3..e8178a5 100755 --- a/scripts/run_marker_benchmark.sh +++ b/scripts/run_marker_benchmark.sh @@ -148,7 +148,7 @@ if has_aws_creds: perf_commands.extend([ f"pip install marker-pdf=={marker_version}", "s5cmd cp s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/* /root/olmOCR-mix-0225_benchmark_set/", - "marker --force_ocr /root/olmOCR-mix-0225_benchmark_set/ --output_dir /root/olmOCR-mix-0225_benchmark_set_marker --workers 8" + "time marker --force_ocr /root/olmOCR-mix-0225_benchmark_set/ --output_dir /root/olmOCR-mix-0225_benchmark_set_marker --workers 8" ]) # Build performance task spec