From ce68305c8475b6265ac3493109f3a2189e233bbb Mon Sep 17 00:00:00 2001 From: Tri Dao Date: Thu, 25 May 2023 16:52:52 -0700 Subject: [PATCH] Update installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe6cf6..31fc62a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pip install flash-attn Alternatively you can compile from source: ``` -python -m pip install . +python setup.py install ``` Interface: `src/flash_attention.py`