Skip to content

Commit 24445c0

Browse files
authored
short readme for flex flash (#2231)
1 parent ef9e6a6 commit 24445c0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

flash_attn/cute/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Flash Attention CUTE
2+
3+
## Development Installation
4+
5+
1. Clone the repository (if you haven't already):
6+
```bash
7+
git clone https://github.com/Dao-AILab/flash-attention.git
8+
cd flash-attention/cute
9+
```
10+
11+
2. Install in editable mode with dev dependencies:
12+
```bash
13+
pip install -e "./cute[dev]"
14+
```
15+
16+
## Running Tests
17+
18+
```bash
19+
pytest tests/cute/
20+
```
21+
22+
## Linting
23+
24+
```bash
25+
ruff check flash_attn/cute/
26+
```

0 commit comments

Comments
 (0)