-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Revert "add rmsnorm kernels support for Intel XPU" #41579
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
Conversation
This reverts commit fd787c5.
not stable on kernels side, let's fix this first |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
Hi, @SunMarc @MekkCyber The issue you mentioned above may be solved after this PR: huggingface/kernels#141, which is contributed by @YangKai0616 from our team. Can you use latest version for kernels to double check? Many thanks! |
|
yeah we need to pin kernels version to the latest one otherwise, users who upgrade transformers might face the same issue as me. Or we need some kind of check for the different devices and ask users to upgrade. Right now it is impacting all users and not only xpu users. |
|
I will add a general check to upgrade before using the mapping to resolve the issue for now |
Revert "add rmsnorm kernels support for Intel XPU (huggingface#41563)" This reverts commit fd787c5.
Reverts #41563
Reverting to check what's happening