12 lines
165 B
Markdown
12 lines
165 B
Markdown
|
|
Alpha release of FlashAttention.
|
||
|
|
|
||
|
|
To compile:
|
||
|
|
```
|
||
|
|
cd csrc/stream_attn
|
||
|
|
python setup.py install
|
||
|
|
```
|
||
|
|
|
||
|
|
Interface: `streaming_attention.py`
|
||
|
|
|
||
|
|
Contact: `trid@stanford.edu`
|