From fcd8bbec92182caea6bc434b3471fe31e130ed63 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Thu, 12 Jun 2025 21:38:28 +0000 Subject: [PATCH] Install aws cli --- scripts/run_marker_benchmark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_marker_benchmark.sh b/scripts/run_marker_benchmark.sh index ad56e66..05d1179 100755 --- a/scripts/run_marker_benchmark.sh +++ b/scripts/run_marker_benchmark.sh @@ -149,6 +149,7 @@ if has_aws_creds: perf_commands.extend([ f"pip install marker-pdf=={marker_version}", "pip install --upgrade torchvision", + "pip install awscli", "aws s3 cp --recursive s3://ai2-oe-data/jakep/olmocr/olmOCR-mix-0225/benchmark_set/ /root/olmOCR-mix-0225_benchmark_set/", "time marker --force_ocr /root/olmOCR-mix-0225_benchmark_set/ --output_dir /root/olmOCR-mix-0225_benchmark_set_marker --workers 8" ])