Revert "add rmsnorm kernels support for Intel XPU"#41579
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.
Revert "add rmsnorm kernels support for Intel XPU (huggingface#41563)" This reverts commit fd787c5.
Reverts #41563
Reverting to check what's happening