Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Jan 27, 2025
2 parents b28aad6 + 43c3caa commit 4d0d924
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions olmocr/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,11 +985,4 @@ async def main():


if __name__ == "__main__":
asyncio.run(main())

# TODO
# - Figure out simple repro case for new sglang livelock case with indexerrors
# - It seems another case of deadlocks is when many requests are sent/pending to sglang, ex. 3k+ or 4k+ requests, probably hitting some internal limit
# - aiohttp repro and bug report
# - Get a solid benchmark on the stream vs non stream approach

asyncio.run(main())

0 comments on commit 4d0d924

Please sign in to comment.