Skip to content

Commit

Permalink
Update changes from #6443
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Aug 27, 2024
1 parent eb37cac commit 37b3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/comm/ccl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def build_ccl_op():
builder = get_accelerator().create_op_builder("CCLCommBuilder")
if builder is None or NotImplementedBuilder:
if builder is None or isinstance(builder, NotImplementedBuilder):
return None
ccl_cpp_module = builder.load()
print(f'DeepSpeed {builder.absolute_name()} built successfully')
Expand Down

0 comments on commit 37b3dd7

Please sign in to comment.