olmocr/setup.py

13 lines
272 B
Python
Raw Normal View History

2025-03-13 13:51:59 -07:00
from setuptools import setup
setup(
extras_require={
"gpu": [
"sgl-kernel==0.0.3.post1",
"sglang[all]==0.4.2",
"flashinfer"
],
},
2025-03-13 13:51:59 -07:00
dependency_links=["https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/"],
)