"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "fa78c4f121f5801b223a64290978e0c5094b18fe"
Commit e9898a60 authored by Christina Floristean's avatar Christina Floristean
Browse files

Fix bug in test to enable kernel

parent a4fbd978
......@@ -160,7 +160,7 @@ class TestDeepSpeedKernel(unittest.TestCase):
out_repro = model(batch)
# Enable kernel
model.globals.use_deepspeed_evo_attention = False
model.globals.use_deepspeed_evo_attention = True
out_repro_ds = model(batch)
out_repro = tensor_tree_map(lambda t: t.cpu(), out_repro)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment