-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
usageHow to use vllmHow to use vllm
Description
Your current environment
The output of `python collect_env.py`
How would you like to use vllm
I want to run inference for TIGER-Lab/VLM2Vec-Qwen2VL-2b. I don't know how to initialize it with vllm.
I am doing like:
llm = LLM(
model="TIGER-Lab/VLM2Vec-Qwen2VL-2b",
runner="pooling",
trust_remote_code=True,
)
But get failure "There is no module or parameter named 'base_model' in Qwen2VLForConditionalGeneration" when load weights. It looks there are some config setting issues which cause weight key name mismatch.
Thanks in advance for any advice to debug this!
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.
Metadata
Metadata
Assignees
Labels
usageHow to use vllmHow to use vllm