olmocr/setup.py

6 lines
118 B
Python
Raw Normal View History

2025-03-13 13:51:59 -07:00
from setuptools import setup
setup(
dependency_links=["https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/"],
)