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'