Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Aug 28, 2024
1 parent c90927b commit 55a8351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/entrypoints/openai/serving_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ async def create_completion(
))

for i, prompt_inputs in enumerate(prompts):
print(guided_decode_logits_processor)
sampling_params = request.to_sampling_params(
tokenizer,
guided_decode_logits_processor,
Expand Down

0 comments on commit 55a8351

Please sign in to comment.