Skip to content

Commit 76405b5

Browse files
committed
Lints
1 parent 69c33ab commit 76405b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

olmocr/pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,8 @@ async def vllm_server_task(model_name_or_path, args, semaphore, unknown_args=Non
611611
*cmd,
612612
stdout=asyncio.subprocess.PIPE,
613613
stderr=asyncio.subprocess.PIPE,
614-
615614
# OMP_NUM_THREADS needs to be 1, otherwise you could have contention if you are running multiple copies of olmOCR on a machine with several GPUS
616-
env={**os.environ, "OMP_NUM_THREADS": "1"},
615+
env={**os.environ, "OMP_NUM_THREADS": "1"},
617616
)
618617

619618
# Ensure the subprocess is terminated on exit

0 commit comments

Comments
 (0)