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 is_distributed false by default in vllm #266

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

asesorov
Copy link
Contributor

Fixes #251 error (vLLM AMD GPU parallelism timeout error).

Seems is_distributed was set to True in case of vLLM parallel inference, which caused deadlock and memory leak. Adding an additional condition to prevent it from being set to True solved the issue.

Logs (2xMI210, Llama 3 8B): vllm_2gpus.log

Copy link
Member

@IlyasMoutawwakil IlyasMoutawwakil left a comment

Choose a reason for hiding this comment

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

Thanks !

@IlyasMoutawwakil IlyasMoutawwakil merged commit 99a90c9 into huggingface:main Sep 20, 2024
22 of 54 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.

Timeout with multiple AMD GPUs tensor parallelism in vLLM
2 participants