Open zhangcong2019 opened 3 days ago
hi, this error is caused by fp16 overflow, we'll fix it as soon as possible.
For now, if you are using Arc A7xx/5xx/3xx or Lunar Lake (Ultra 2xxV), you can try model = model.float().to("xpu")
instead of model = model.half().to("xpu")
.
Encounter error when running qwen2-VL in ipex-llm processing input video with big frame number, below is detail error message and code, video attached as well.
Error information
Video: https://github.com/user-attachments/assets/fa970bd8-294b-44c3-b807-ffa3f85e1046
Code: