Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

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 Jun 27, 2024
1 parent 14f5a6d commit dd6ee3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def _update_causal_mask(
inputs_embeds=input_tensor,
past_key_values_length=past_seen_tokens,
is_training=self.training,
):
):
return None

dtype, device = input_tensor.dtype, input_tensor.device
Expand Down

0 comments on commit dd6ee3c

Please sign in to comment.