olmocr/setup.py
2025-03-13 15:31:55 -07:00

6 lines
118 B
Python

from setuptools import setup
setup(
dependency_links=["https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/"],
)