Skip to content
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

[Usage]: use vllm to serve gguf model with cpu only #12391

Open
1 task done
pamdla opened this issue Jan 24, 2025 · 0 comments
Open
1 task done

[Usage]: use vllm to serve gguf model with cpu only #12391

pamdla opened this issue Jan 24, 2025 · 0 comments
Labels
usage How to use vllm

Comments

@pamdla
Copy link

pamdla commented Jan 24, 2025

Your current environment

I was trying to use vllm like this:

vllm serve /opt/llm/dpsk/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf --quantization gguf --device cpu --tokenizer ./DeepSeek-R1-Distill-Qwen-1.5B

and got this error:

  File "/opt/miniconda3/envs/locallm/lib/python3.12/site-packages/vllm/platforms/interface.py", line 165, in is_async_output_supported
    raise NotImplementedError
NotImplementedError

Don't know if it is possible to use vllm to serve gguf model with CPU only.

How would you like to use vllm

I want to run inference of a [specific model](put link here). I don't know how to integrate it with vllm.
need help. thanks.

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@pamdla pamdla added the usage How to use vllm label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage How to use vllm
Projects
None yet
Development

No branches or pull requests

1 participant