-
Notifications
You must be signed in to change notification settings - Fork 30
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
Getting dependencies issues while installing on CPU #67
Comments
could you add |
I followed the instructions and executed below command. I see its already added. |
We did not verify or support the package for Windows. Could you try it in Linux? |
@nkanike07 could you please check your pip version by 'pip -V'? Please let me know what you get. You should get similar request as below. pip 20.2.4 from /usr/lib/python3.9/site-packages/pip (python 3.9) |
|
I downgraded my pip to 20.2.4 and tried to install dependencies but faced same issue again. FYR, screenshot below |
I tried to upgrade my pip to your version, but still cannot reproduce your issue. Is it possible for you to use install conda and create an empty conda environment to install llm-on-ray? Because there might be an existing package in your env has conflict with our llm-on-ray packages. |
sure, will give a try and update same here |
@nkanike07 I just reproduced the issue in Windows. The issue is caused by ipex (intel extension for pytorch) doesn't support windows. So, please switch to linux system. thanks for reporting the issue. |
I tried downloading a ubuntu docker image and could successfully run all dependencies in that. I'm currently facing one issue while running the inference. When ran below inference command Getting below missing module error ModuleNotFoundError: No module named 'inference.api_openai_backend' Could someone help me here? |
@nkanike07 We are working on it. Will update you soon. |
@nkanike07 Unfortunately, we cannot reproduce your issue. Let's have a talk in Teams. |
@nkanike07 I just fixed the issue and merged to the main branch. Please check out the latest code and try again. |
Facing issues in installing the below package:
intel_extension_for_pytorch==2.1.0+cpu
Facing below issue:
Below is my cpu details:
Could someone help me here?
The text was updated successfully, but these errors were encountered: