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

Fix env passing that leads to failures #731

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

n1hility
Copy link
Member

@n1hility n1hility commented Aug 7, 2024

vLLM fails with empty set values. Adjust the model of env passing to only set a value if it is defined.

Also drops ILAB_GLOBAL_CONFIG which needs to be set by the container

@romfreiman
Copy link
Contributor

@n1hility
Copy link
Member Author

n1hility commented Aug 7, 2024

ah yes forgot we did that

vLLM fails with empty set values. Adjust the model of env passing to
only set a value if it is defined.

Signed-off-by: Jason T. Greene <[email protected]>
@eranco74
Copy link
Contributor

eranco74 commented Aug 7, 2024

This fix the ValueError: Unable to configure handler 'vllm' error

@cdvultur
Copy link

cdvultur commented Aug 7, 2024

Double checked it and it is working fine on my setup, by applying the changes from this PR to existing wrapper.

Copy link
Member

@rhatdan rhatdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rhatdan rhatdan merged commit 55fde6e into containers:main Aug 7, 2024
1 check 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.

5 participants