Skip to content

Conversation

@nikheal2
Copy link
Contributor

@nikheal2 nikheal2 commented Oct 1, 2025

Description

Few pakcages are not available for s390x and usually built by source, skipping those packages from pyproject and executed uv lock

Signed-off-by: Nikhil-Suryawanshi <[email protected]>
@github-actions
Copy link

github-actions bot commented Oct 1, 2025

👋 Hi! Thank you for contributing to vLLM support on Spyre.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, first install the linting requirements, then run format.sh and commit the changes. This can be done with uv directly:

uv sync --frozen --group lint --active --inexact

Or this can be done with pip:

uv pip compile --group lint > requirements-lint.txt
pip install -r requirements-lint.txt
bash format.sh

Now you are good to go 🚀

pyproject.toml Outdated
# Skip packages only on s390x, expected to be pre-installed
"vllm ; platform_machine != 's390x'",
"ray; platform_machine != 's390x'",
"ray[default]; platform_machine != 's390x'",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is causing all the ray[default] deps to be pulled in for x86 (see all the uv.lock additions) which is not what we want

Signed-off-by: Nikhil-Suryawanshi <[email protected]>
]

[[package]]
name = "cupy-cuda12x"
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice!

Not sure how this was pulled in anyway- good to see it removed. Maybe this was from ray[cgraph]?

Copy link
Collaborator

@joerunde joerunde left a comment

Choose a reason for hiding this comment

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

nice

@joerunde joerunde merged commit 0cc7171 into vllm-project:main Oct 1, 2025
19 checks passed
joerunde pushed a commit that referenced this pull request Oct 14, 2025
# Description

This PR follows
[494](#494). Certain
dependencies of vllm-spyre are not readily available on ppc64le arch.
These will be skipped and handled manually.

Signed-off-by: Daniel Schenker <[email protected]>
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