-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[utils] invalidInputError during RuntimeError #11279
Comments
Hi @raj-ritu17 Please remove |
@qiyuangong , we are not importing 'intel_extension_for_pytorch' in inference.py, it just need the function from the utils 'LLM'
just my thought, I guess it comes from the internal utils function |
Yes. You are right. This error has been fixed. You can install early version to avoid this error pip install --pre --upgrade ipex-llm[xpu]==2.1.0b20240605 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
`` |
I got this:
|
Please upgrade to latest version with previous mentioned fix: pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
`` |
@qiyuangong, I think somewhere it got break..case 1: so, if I use old xpu like this: I have below problem:
case 2: : with new library like this: getting opposite error, doing simple import:
|
If 2.1.0b20240605 and latest version still raise errors, please set this env export BIGDL_IMPORT_IPEX=0 Or maybe you can try 2.1.0b20240603 |
Using ipex-llm docker version for inferencing, but during inference time it experiences errors from util files
below is the log:
The text was updated successfully, but these errors were encountered: