Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Jul 30, 2024
1 parent 47c887c commit 68ada2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/entrypoints/openai/serving_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ async def create_chat_completion(
guided_decode_logits_processor = (
await self._guided_decode_logits_processor(request, tokenizer))

print(request)
print("prompt", prompt)
prompt_inputs = self._tokenize_prompt_input(
request,
tokenizer,
Expand Down

0 comments on commit 68ada2d

Please sign in to comment.