-
Notifications
You must be signed in to change notification settings - Fork 1.2k
reable xpu, broken by gptq and setuptool upgrade #1988
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
Signed-off-by: Wang, Yi A <[email protected]>
@Narsil please help review. xpu is broken by setuptools upgrade to 70.0.0 and gptq since triton is not supported in xpu yet. |
Signed-off-by: Wang, Yi A <[email protected]>
Also for the |
What is the problem with the newer setuptools ? |
with setuptools 70.0.0, import intel_extension_for_pytorch will raise error and make xpu not work
|
we will try to fix the issue in next ipex release. but to make xpu work now. need to downgrade setuptools to 69.5.1 |
how could I only downgrade setuptools? others are same with requirements_cuda.txt |
Let's merge this as-is if temporary, follow-up solution is just to export the dependencies. We may add hardware specific parts of the dependencies later. |
What does this PR do?
Fixes # (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.