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

[Core][Distributed] use absolute path for library file #4271

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

youkaichao
Copy link
Member

#4155 adds integrity check for nccl library by ldd, which causes problem for rocm: ldd requires full path of library. Therefore, we need to find full path of the library.

Should fix #4257 .

@youkaichao
Copy link
Member Author

Tested in AMD machine, find_library("librccl.so.1") == '/opt/rocm-5.5.1/lib/librccl.so.1' . I think this PR is good to go now.

@youkaichao youkaichao requested a review from WoosukKwon April 22, 2024 18:36
@youkaichao youkaichao mentioned this pull request Apr 22, 2024
9 tasks
Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix!

@youkaichao youkaichao enabled auto-merge (squash) April 22, 2024 19:09
@simon-mo simon-mo disabled auto-merge April 23, 2024 00:21
@simon-mo simon-mo merged commit c1b4e41 into vllm-project:main Apr 23, 2024
44 of 47 checks passed
@youkaichao youkaichao deleted the fix_rccl_path branch April 23, 2024 00:28
xjpang pushed a commit to xjpang/vllm that referenced this pull request Apr 25, 2024
alexeykondrat pushed a commit to alexeykondrat/ci-vllm that referenced this pull request May 1, 2024
z103cb pushed a commit to z103cb/opendatahub_vllm that referenced this pull request May 7, 2024
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.

[Bug]: name 'ncclGetVersion' is not defined
3 participants