Skip to content

[Bugfix] Avoid LD_PRELOAD check on MacOS#37145

Merged
vllm-bot merged 1 commit intovllm-project:mainfrom
bigPYJ1151:fix_mac_test
Mar 16, 2026
Merged

[Bugfix] Avoid LD_PRELOAD check on MacOS#37145
vllm-bot merged 1 commit intovllm-project:mainfrom
bigPYJ1151:fix_mac_test

Conversation

@bigPYJ1151
Copy link
Member

@bigPYJ1151 bigPYJ1151 commented Mar 16, 2026

Purpose

Test Plan

Test Result

Fixed
https://github.com/bigPYJ1151/vllm/actions/runs/23130147500/job/67181633865#logs


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Signed-off-by: jiang1.li <jiang1.li@intel.com>
@mergify mergify bot added cpu Related to CPU backends v1 bug Something isn't working labels Mar 16, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request addresses a runtime error on macOS related to an LD_PRELOAD check. The change correctly restricts this check to Linux systems by using sys.platform.startswith("linux"), which resolves the issue. The implementation is straightforward and effective. I have no further comments as the change is correct and follows existing patterns in the codebase.

@bigPYJ1151
Copy link
Member Author

Hi @DarkLight1337 Could you please help to check this? Thank you :)

@vllm-bot vllm-bot merged commit 7362b44 into vllm-project:main Mar 16, 2026
7 of 8 checks passed
Lucaskabela pushed a commit to Lucaskabela/vllm that referenced this pull request Mar 17, 2026
Signed-off-by: jiang1.li <jiang1.li@intel.com>
wendyliu235 pushed a commit to wendyliu235/vllm-public that referenced this pull request Mar 18, 2026
Signed-off-by: jiang1.li <jiang1.li@intel.com>
fxdawnn pushed a commit to fxdawnn/vllm that referenced this pull request Mar 19, 2026
Signed-off-by: jiang1.li <jiang1.li@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cpu Related to CPU backends v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants