Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent 0f0dd3d commit f50f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_engine/jax/cpp_extensions/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ def jax_cond_wrap():
q_seq_offsets,
k_seq_offsets,
seed,
config=helper.get_step_config(config.attn_mask_type)
config=helper.get_step_config(config.attn_mask_type),
)

softmax_aux = helper.correct_softmax_aux(softmax_aux, softmax_aux_per_step)
Expand Down

0 comments on commit f50f6f0

Please sign in to comment.