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
01947bc9
Unverified
Commit
01947bc9
authored
Jul 02, 2022
by
Tri Dao
Committed by
GitHub
Jul 02, 2022
Browse files
Merge pull request #18 from gahdritz/main
Slightly improve installation process
parents
f66603cb
af4a9ce0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
flash_attn/__init__.py
flash_attn/__init__.py
+0
-0
setup.py
setup.py
+5
-1
No files found.
flash_attn/__init__.py
0 → 100644
View file @
01947bc9
setup.py
View file @
01947bc9
...
@@ -168,5 +168,9 @@ setup(
...
@@ -168,5 +168,9 @@ setup(
],
],
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
cmdclass
=
{
"build_ext"
:
BuildExtension
}
if
ext_modules
else
{},
cmdclass
=
{
"build_ext"
:
BuildExtension
}
if
ext_modules
else
{},
python_requires
=
">=3.7"
python_requires
=
">=3.7"
,
install_requires
=
[
"torch"
,
"einops"
,
],
)
)
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