Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vllm version to v0.7.3 (Qwen2.5-VL vllm inference fixes) #7182

Closed
1 task done
m-evdokimov opened this issue Mar 6, 2025 · 1 comment · Fixed by #7183
Closed
1 task done

Bump vllm version to v0.7.3 (Qwen2.5-VL vllm inference fixes) #7182

m-evdokimov opened this issue Mar 6, 2025 · 1 comment · Fixed by #7183
Labels
solved This problem has been already solved

Comments

@m-evdokimov
Copy link

Reminder

  • I have read the above rules and searched the existing issues.

System Info

  • llamafactory version: 0.9.2.dev0
  • Python version: 3.11.11
  • PyTorch version: 2.5.1+cu124 (GPU)
  • Transformers version: 4.49.0
  • Datasets version: 3.2.0
  • Accelerate version: 1.2.1
  • PEFT version: 0.12.0
  • TRL version: 0.9.6
  • GPU type: NVIDIA H100 80GB HBM3
  • GPU number: 1
  • GPU memory: 79.11GB
  • vLLM version: 0.7.2

Reproduction

python3.11 LLaMA-Factory/scripts/vllm_infer.py --model_name_or_path "Qwen/Qwen2.5-VL-7B-Instruct" \
                                               --dataset my_dataset \
                                               --dataset_dir /data/dataset \
                                               --template qwen2_vl  \
                                               --save_name /predicts/predictions.jsonl \

Error msg: ValueError: Model architectures ['Qwen2_5_VLForConditionalGeneration'] failed to be inspected. Please check the logs for more details.

Others

VLLM v0.7.3 release fixes Qwen2.5-VL inference. Would you consider updating?

Raw vllm=v0.7.3 inference fixes the bug.

@m-evdokimov m-evdokimov added bug Something isn't working pending This problem is yet to be addressed labels Mar 6, 2025
@hiyouga hiyouga mentioned this issue Mar 6, 2025
2 tasks
@hiyouga hiyouga added solved This problem has been already solved and removed bug Something isn't working pending This problem is yet to be addressed labels Mar 6, 2025
@hiyouga
Copy link
Owner

hiyouga commented Mar 6, 2025

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants