Open tmatschewski opened 8 months ago
Did you mean to use intel-extension-for-pytorch? Like did you accidentally come across this, or do you have ipex installed and wish to use it?
Using --device cpu
on it's own shouldn't require ipex, if you've added CPU_ISA=amx
to the start then it will use the AI accelerator present on Intel CPUs which requires ipex. --device xpu
requires a discrete GPU/AI accelerator from Intel, also requiring ipex.
If i use cpu i got the error that intel-extension-for-pytorch is missing If i use xpu i got this error
what could i do?