Building AOT.

This commit is contained in:
Nicolas Patry 2025-01-23 10:49:22 +01:00
parent 5f17b51a9c
commit 83c1ea8f7d
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -1,5 +1,6 @@
install-flashinfer: install-flashinfer:
# We need fsspec as an additional dependency, but # We need fsspec as an additional dependency, but
# `pip install flashinfer` cannot resolve it. # `pip install flashinfer` cannot resolve it.
pip install fsspec pip install fsspec sympy==1.13.1 numpy
pip install flashinfer==0.2.0.post1 -i https://flashinfer.ai/whl/cu124/torch2.4 pip install -U setuptools
TORCH_CUDA_ARCH_LIST="8.0;8.6;9.0+PTX" FLASHINFER_ENABLE_AOT=1 pip install git+https://github.com/flashinfer-ai/flashinfer.git@v0.2.0.post1#egg=flashinfer --no-build-isolation