Skip to content

Commit

Permalink
Fix incorrect return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Jun 3, 2024
1 parent 5ef7804 commit 71ace6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_dummy_prompt_encoder_decoder(
lora_request: Optional[LoRARequest] = None,
use_beam_search: bool = False,
best_of: int = 1,
) -> Tuple[Sequence, SequenceGroup]:
) -> Tuple[Sequence, Sequence, SequenceGroup]:
if not block_size:
block_size = decoder_prompt_length

Expand Down

0 comments on commit 71ace6c

Please sign in to comment.