You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infer LLM, the code is :
engine = LLMEngine.from_engine_args(engine_args)
prompt_token_ids = tokenizer.encode(
template.format(input_text=item["prompt"].strip()),
max_length=8192,
truncation=True
)
engine.add_request(request_id=, prompt={'prompt_token_ids': prompt_token_ids}, params=sampling_params)
In MLLM, Can you provide an example?
How would you like to use vllm
I want to run inference of a Qwen-VL. I don't know how to integrate it with vllm.
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Your current environment
infer LLM, the code is :
engine = LLMEngine.from_engine_args(engine_args)
prompt_token_ids = tokenizer.encode(
template.format(input_text=item["prompt"].strip()),
max_length=8192,
truncation=True
)
engine.add_request(request_id=, prompt={'prompt_token_ids': prompt_token_ids}, params=sampling_params)
In MLLM, Can you provide an example?
How would you like to use vllm
I want to run inference of a Qwen-VL. I don't know how to integrate it with vllm.
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: