Open Wiselnn570 opened 1 week ago
https://github.com/vllm-project/vllm/blob/3ea2dc2ec49d1ddd7875045e2397ae76a8f50b38/vllm/distributed/parallel_state.py#L1025 Seems that the error occur at this assertion, so how can I modify my vlmeval program to fit the assertion, thanks.
Looks like a problem related to vLLM. I think you can first launch VLM models as API services and then perform the evaluation via API calling. It's a better practice to avoid problems been coupled.
I used the interface from the vllm repository (https://github.com/vllm-project/vllm) to load the model and ran
for evaluation, but I got the error
Could you please advise on how to resolve this?
Here is the interface