mirror of
https://github.com/allenai/olmocr.git
synced 2025-08-15 20:32:45 +00:00
6 lines
118 B
Python
6 lines
118 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
dependency_links=["https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/"],
|
|
)
|