Files
2026-02-08 09:25:01 -08:00
..
2025-10-18 17:19:12 -04:00
2025-11-24 23:45:34 -05:00
2025-11-25 12:38:30 -08:00
2026-02-08 09:25:01 -08:00
2026-02-04 18:30:56 -08:00
2026-02-08 18:02:19 +07:00

Flash Attention CUTE

Development Installation

  1. Clone the repository (if you haven't already):

    git clone https://github.com/Dao-AILab/flash-attention.git
    cd flash-attention/cute
    
  2. Install in editable mode with dev dependencies:

    pip install -e "./cute[dev]"
    

Running Tests

pytest tests/cute/

Linting

ruff check flash_attn/cute/