Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaAthena authored Nov 26, 2023
1 parent 6ff6180 commit 0bd0839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megatron/fused_kernels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def load_fused_kernels():
try:
import scaled_upper_triang_masked_softmax_cuda
import scaled_masked_softmax_cuda
import fused_rotary_positional_embedding
except (ImportError, ModuleNotFoundError) as e:
print("\n")
print(e)
Expand Down

0 comments on commit 0bd0839

Please sign in to comment.