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
OpenDAS
TransformerEngine
Commits
5495883c
Unverified
Commit
5495883c
authored
Jun 01, 2023
by
Kirthi Shankar Sivamani
Committed by
GitHub
Jun 01, 2023
Browse files
Pin FA version (#254)
pin FA version Signed-off-by:
Kirthi Shankar Sivamani
<
ksivamani@nvidia.com
>
parent
37bbfc76
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 @
5495883c
...
@@ -283,7 +283,7 @@ def setup_requirements() -> Tuple[List[str], List[str], List[str]]:
...
@@ -283,7 +283,7 @@ def setup_requirements() -> Tuple[List[str], List[str], List[str]]:
# Framework-specific requirements
# Framework-specific requirements
if
"pytorch"
in
frameworks
():
if
"pytorch"
in
frameworks
():
add_unique
(
install_reqs
,
[
"torch"
,
"flash-attn
>
=1.0.
2
"
])
add_unique
(
install_reqs
,
[
"torch"
,
"flash-attn
=
=1.0.
6
"
])
add_unique
(
test_reqs
,
[
"numpy"
,
"onnxruntime"
,
"torchvision"
])
add_unique
(
test_reqs
,
[
"numpy"
,
"onnxruntime"
,
"torchvision"
])
if
"jax"
in
frameworks
():
if
"jax"
in
frameworks
():
if
not
found_pybind11
():
if
not
found_pybind11
():
...
...
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