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
3c4053b7
Unverified
Commit
3c4053b7
authored
Jul 23, 2024
by
janEbert
Committed by
GitHub
Jul 22, 2024
Browse files
Make FA3 externally importable (#1053)
Library name to import is `flash_attn_interface`, which matches the test.
parent
d8f104e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
hopper/setup.py
hopper/setup.py
+1
-0
No files found.
hopper/setup.py
View file @
3c4053b7
...
@@ -268,6 +268,7 @@ setup(
...
@@ -268,6 +268,7 @@ setup(
"benchmarks"
,
"benchmarks"
,
)
)
),
),
py_modules
=
[
"flash_attn_interface"
],
description
=
"FlashAttention-3"
,
description
=
"FlashAttention-3"
,
long_description
=
long_description
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
long_description_content_type
=
"text/markdown"
,
...
...
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