Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions flash_attn/cute/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Flash Attention CUTE

## Development Installation

1. Clone the repository (if you haven't already):
```bash
git clone https://github.com/Dao-AILab/flash-attention.git
cd flash-attention/cute
```

2. Install in editable mode with dev dependencies:
```bash
pip install -e "./cute[dev]"
```

## Running Tests

```bash
pytest tests/cute/
```

## Linting

```bash
ruff check flash_attn/cute/
```
Loading