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
0e892ad6
Commit
0e892ad6
authored
Apr 22, 2024
by
Woosuk Kwon
Browse files
Upgrade to PyTorch 2.2.1
parent
a43fbbf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
0e892ad6
...
@@ -294,6 +294,6 @@ setup(
...
@@ -294,6 +294,6 @@ setup(
"bdist_wheel"
:
CachedWheelsCommand
,
"bdist_wheel"
:
CachedWheelsCommand
,
},
},
python_requires
=
">=3.8"
,
python_requires
=
">=3.8"
,
install_requires
=
[
"torch == 2.
1.2
"
],
install_requires
=
[
"torch == 2.
2.1
"
],
setup_requires
=
[
"psutil"
],
setup_requires
=
[
"psutil"
],
)
)
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