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

Set vllm multiproc method to spawn #3310

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Set vllm multiproc method to spawn #3310

merged 2 commits into from
Sep 13, 2024

Conversation

mreso
Copy link
Collaborator

@mreso mreso commented Sep 11, 2024

Description

This PR changes the vllm method to create their workers from fork to spawn to avoid an issue where vllm tries to reinitialize the CUDA context

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Feature/Issue validation/testing

Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A
    Logs for Test A

  • Test B
    Logs for Test B

Checklist:

  • Did you have fun?

@mreso mreso added this pull request to the merge queue Sep 13, 2024
Merged via the queue into master with commit 048aa53 Sep 13, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants