worker-vllm
worker-vllm copied to clipboard
MAJOR BUG: Beam search does not work according to README
use_beam_search or length_penalty or best_of just triggers an error. Please fix this!
{"requestId": "...", "message": "Unexpected keyword argument 'use_beam_search'", "level": "ERROR"}
@casper-hansen Do you encounter this issue when using OpoenAI compat API?
Best of is deprecated in vllm (V1) https://github.com/vllm-project/vllm/issues/13361