Skip to content

Commit

Permalink
Fix typo in tokenizer.py (vllm-project#750)
Browse files Browse the repository at this point in the history
conjuction -> conjunction
  • Loading branch information
eltociear authored Aug 15, 2023
1 parent 1b151ed commit 805de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/transformers_utils/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def detokenize_incrementally(
new_token_id: int,
skip_special_tokens: bool,
) -> Tuple[str, str]:
"""Detokenizes the new token in conjuction with the previous output tokens.
"""Detokenizes the new token in conjunction with the previous output tokens.
NOTE: This function does not update prev_output_tokens.
Expand Down

0 comments on commit 805de73

Please sign in to comment.