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

vllm: improve container support #200

Open
russellb opened this issue Oct 6, 2024 · 2 comments
Open

vllm: improve container support #200

russellb opened this issue Oct 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@russellb
Copy link
Contributor

russellb commented Oct 6, 2024

This is a follow-up issue for #181.

The vllm inline inference adapter works in both the conda and docker stack types, but some features fail in the docker case because the base image does not include all necessary dependencies (some cuda libraries, in particular). The specific case that failed for me was trying to use tensor_parallel_size greater than 1. NCCL fails to initialize (nccl library isn't present).

I started working on this, but didn't get it working completely yet.

my WIP was here: russellb@3a61246

@yanxi0830 yanxi0830 added the enhancement New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@russellb @yanxi0830 and others