Prerequisites
- OS: Linux
- Python: 3.10, 3.11, 3.12, 3.13
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up FlashInfer-Bench from PyPI or source and verify your environment.
python3 -m pip install flashinfer-bench
# Clone the FlashInfer-Bench repository
git clone https://github.com/flashinfer-ai/flashinfer-bench.git
# Install the Python package
pip install -v -e .
>>> import flashinfer_bench as flb
>>> flb.__version__
'0.0.1'
