Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 29, 2024
1 parent 2c91855 commit f5e72ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/serving_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def create_embedding(

if isinstance(request, EmbeddingChatRequest):
(
conversation,
_,
request_prompts,
engine_prompts,
) = await self._preprocess_chat(
Expand Down
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/serving_tokenization.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def create_tokenize(

if isinstance(request, TokenizeChatRequest):
(
conversation,
_,
request_prompts,
engine_prompts,
) = await self._preprocess_chat(
Expand Down

0 comments on commit f5e72ff

Please sign in to comment.