intel-analytics/ipex-llm

wav2lip issue - Intel ARC on Ubuntu

Closed this issue · 2 comments

Hi,

I've tested wav2lip and it works with 'cpu' device.
However, it doesn't work with 'xpu' of ARC 770 on Ubuntu 22.04.
Can you help resolving this issue?

My test env has been verified with LLama2, LLama3 on 'xpu' of ARC 770 based on IPEX-LLM.

Thanks in advance.
Max Kim (max.kim@intel.com)

Hi Max, we do not support this model. Actually using pytorch to run this model (using fp16) has the same issue on XPU.

Thanks for the answer.