Install flash-attn with uv
If you like uv, you can install flash-attn from the same wheel URL the finder provides—just swap the command to uv pip install.
Steps
- 1) Find your wheel: open the wheel finder and select your platform + versions.
- 2) Run uv install:
uv pip install https://example.com/flash_attn-...whl - 3) Verify:
python -c "import flash_attn; print('flash_attn ok')"