Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
805de738
"src/vscode:/vscode.git/clone" did not exist on "0027993e91a1caaa990b4569602d28d6dfdbd180"
Unverified
Commit
805de738
authored
Aug 15, 2023
by
Ikko Eltociear Ashimine
Committed by
GitHub
Aug 14, 2023
Browse files
Fix typo in tokenizer.py (#750)
conjuction -> conjunction
parent
1b151ed1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/tokenizer.py
vllm/transformers_utils/tokenizer.py
+1
-1
No files found.
vllm/transformers_utils/tokenizer.py
View file @
805de738
...
@@ -72,7 +72,7 @@ def detokenize_incrementally(
...
@@ -72,7 +72,7 @@ def detokenize_incrementally(
new_token_id
:
int
,
new_token_id
:
int
,
skip_special_tokens
:
bool
,
skip_special_tokens
:
bool
,
)
->
Tuple
[
str
,
str
]:
)
->
Tuple
[
str
,
str
]:
"""Detokenizes the new token in conjuction with the previous output tokens.
"""Detokenizes the new token in conju
n
ction with the previous output tokens.
NOTE: This function does not update prev_output_tokens.
NOTE: This function does not update prev_output_tokens.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment