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
OpenFold
Commits
e9898a60
"lib/bindings/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "a745a980dd7cc6361cc96ab2622842410dd80931"
Commit
e9898a60
authored
Sep 14, 2023
by
Christina Floristean
Browse files
Fix bug in test to enable kernel
parent
a4fbd978
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_deepspeed_evo_attention.py
tests/test_deepspeed_evo_attention.py
+1
-1
No files found.
tests/test_deepspeed_evo_attention.py
View file @
e9898a60
...
@@ -160,7 +160,7 @@ class TestDeepSpeedKernel(unittest.TestCase):
...
@@ -160,7 +160,7 @@ class TestDeepSpeedKernel(unittest.TestCase):
out_repro
=
model
(
batch
)
out_repro
=
model
(
batch
)
# Enable kernel
# Enable kernel
model
.
globals
.
use_deepspeed_evo_attention
=
Fals
e
model
.
globals
.
use_deepspeed_evo_attention
=
Tru
e
out_repro_ds
=
model
(
batch
)
out_repro_ds
=
model
(
batch
)
out_repro
=
tensor_tree_map
(
lambda
t
:
t
.
cpu
(),
out_repro
)
out_repro
=
tensor_tree_map
(
lambda
t
:
t
.
cpu
(),
out_repro
)
...
...
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