-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Bug]: Pixtral-12B not supported on CPU #8693
Comments
I think you need to install the ROCm version of PyTorch, e.g..
|
Thanks for the answer. I've tried installing the ROCm version of PyTorch, but I got the same result. But I am trying to run it on CPU, I have an AMD GPU, but it doesn't support ROCm. |
I see, sorry I missed the part about wanting to support this on CPU. Let me update the title to reflect this. |
Have you followed the installation instructions for CPU shown here? |
@youkaichao how can I tell from the |
Yes, I've tried following the CPU tutorial. Same problem if I run it natively. I have a memory leak if I run it on docker. It takes 100G of ram, but there is already a discussion on that (#309). |
I think #8534 should fix the particular error you're running into by considering the case of |
this section shows vllm build flags:
|
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
I am running into an error when trying to run Pixtral12B on CPU. Here is the sample code I am using:
And here is the output of the program:
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: