Skip to content

Commit

Permalink
disabled logprobs and loras process_inputs checks
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Feldman <afeldman@neuralmagic.com>
  • Loading branch information
afeldman-nm committed Jan 8, 2025
1 parent edd0f94 commit 8482b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/v1/engine/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def process_inputs(
# TODO(woosuk): Support pooling models.
# TODO(woosuk): Support encoder-decoder models.

self._validate_logprobs(params)
self._validate_lora(lora_request)
# self._validate_logprobs(params)
# self._validate_lora(lora_request)

if arrival_time is None:
arrival_time = time.time()
Expand Down

0 comments on commit 8482b5c

Please sign in to comment.