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
440e9c49
"vscode:/vscode.git/clone" did not exist on "c812d97d5b87e4baa680a63b1d39cbe630544674"
Commit
440e9c49
authored
Jul 03, 2022
by
Gustaf
Browse files
Add einops installation to setup.py
parent
f66603cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
setup.py
setup.py
+5
-1
No files found.
setup.py
View file @
440e9c49
...
@@ -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