-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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]: Error Running Llama 3.2 1B on CPU #9037
Comments
Same issue with vllm version |
Can you check whether it's fixed by #9044? |
If the issue persists, please show the full stack trace of the error. |
Nope, it does not fix the issue. I've pasted the complete stacktrace in the issue description. Pasting it again:
|
@robertgshaw2-neuralmagic seems that |
Any update on the issue? Have the same issue (exactly same stack trace) with Llama2 inference with |
Same error and log. VLLM_RPC_TIMEOUT=100000 python -m vllm.entrypoints.openai.api_server --port 8080 --served-model-name Qwen2-7B-Instruct --model /workspace/model/Qwen2-7B-Instruct --tensor-parallel-size 1 --dtype half |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
Installed vllm for CPU as mentioned in https://docs.vllm.ai/en/latest/getting_started/cpu-installation.html#
Error when running Llama-3.2-1B on CPU.
Command:
Error:
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: