Unverified Commit 36d0a19f authored by Tri Dao's avatar Tri Dao Committed by GitHub
Browse files

Merge pull request #193 from anthonyhu/pyproject-build

Use pyproject.toml to specify build dependencies
parents 5bf7f57d d63cfc35
...@@ -51,7 +51,7 @@ pip install flash-attn ...@@ -51,7 +51,7 @@ pip install flash-attn
Alternatively you can compile from source: Alternatively you can compile from source:
``` ```
python setup.py install python -m pip install .
``` ```
Interface: `src/flash_attention.py` Interface: `src/flash_attention.py`
......
[build-system]
requires = ["packaging", "setuptools", "torch", "wheel"]
build-backend = "setuptools.build_meta"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment