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
fix bug in merge_multimodal_embeddings on HPU (HabanaAI#1436)
This PR is aim to fix bugs in HabanaAI#1433HabanaAI#1433 is not working on following cases :
1)placeholder_token_id is a list
2)multimodal_embeddings is not tensor
Tested models:
PT_HPU_LAZY_MODE=1 VLLM_SKIP_WARMUP=true python
examples/offline_inference/vision_language.py -m glm4v
PT_HPU_LAZY_MODE=1 VLLM_SKIP_WARMUP=true python
examples/offline_inference/vision_language.py -m qwen_vl
PT_HPU_LAZY_MODE=1 VLLM_SKIP_WARMUP=true python
examples/offline_inference/vision_language.py -m qwen2_vl
PT_HPU_LAZY_MODE=1 VLLM_SKIP_WARMUP=true python
examples/offline_inference/vision_language.py -m qwen2_5_vl
PT_HPU_LAZY_MODE=1 VLLM_SKIP_WARMUP=true python
examples/offline_inference/vision_language.py -m qwen2_5_omni
0 commit comments