Skip to content

Support V1 API #14

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

Open
ilya-lavrenov opened this issue May 20, 2025 · 3 comments
Open

Support V1 API #14

ilya-lavrenov opened this issue May 20, 2025 · 3 comments
Assignees

Comments

@ilya-lavrenov
Copy link
Collaborator

See https://github.com/vllm-project/vllm/tree/main/vllm/v1

@popovaan
Copy link
Collaborator

V1 currently supports only GPU device for Ampere or later NVIDIA GPUs: https://blog.vllm.ai/2025/01/27/v1-alpha-release.html
CPU is not supported for V1, so we can't support it yet.

@ilya-lavrenov
Copy link
Collaborator Author

I suppose this feature depends on backend.
V1 or V0 is just an API, which can be implemented in each backend independently. E.g. here https://github.com/vllm-project/vllm-ascend/blob/main/vllm_ascend/worker/worker_v1.py we can see worker and model runner from V1 are already implemented. So, it seems we are not blocked from OpenVINO side?

@popovaan
Copy link
Collaborator

What I mean is LLMEngine fails on device check before running the worker. But I agree that generally we should be able to override this device check. I will look deeper into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants