Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
flash-attention
Commits
d63cfc35
Commit
d63cfc35
authored
Apr 27, 2023
by
Anthony Hu
Browse files
Use pyproject.toml to specify build dependencies
parent
ad113948
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+1
-1
pyproject.toml
pyproject.toml
+3
-0
No files found.
README.md
View file @
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`
...
...
pyproject.toml
0 → 100644
View file @
d63cfc35
[build-system]
requires
=
[
"packaging"
,
"setuptools"
,
"torch"
,
"wheel"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment