Skip to content

Commit cc965d9

Browse files
committed
don't use Apex kernels
1 parent f20d10a commit cc965d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megatron/fused_kernels/tests/test_fused_kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class DummyArgs:
283283
rank: int = 0
284284
masked_softmax_fusion: bool = True
285285
gradient_accumulation_fusion: bool = True
286-
use_kernels_from_apex: bool = True
286+
use_kernels_from_apex: bool = False
287287

288288

289289
if __name__ == "__main__":

0 commit comments

Comments
 (0)