-
Notifications
You must be signed in to change notification settings - Fork 136
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
IPEX Torch 2.1 support and upgrade to Python 3.10 #488
Conversation
I have ran into random failed to create engine errors with Torch 2.1. This PR isn't ready yet. |
Reverting bundle-in MKL and DPCPP fixed Failed to create engine errors. Pygmalion 6B works fine but now i am getting this error with Llama2 models:
I couldn't able to get the new ipex.optimize_transformers working reliably so i reverted it.
|
In general this PR will be on hold until we have transitioned the CUDA side. Hopefully that will bring an answer to your question since your currently ahead of our own effort. |
Transformers 4.34 and after seems to be broken with IPEX. 4.33.3 is working fine. |
ITEX is for CPUs for now. |
Adds PyTorch 2.1 support for IPEX.
Fixes dtype errors if the GPU has 64 bit.
Also IPEX should have proper support for Windows now.
But i don't really know how to do .bat scripting and i don't have any computer with Windows installed, so i can't really test it.