-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
s390x: Fix PyArrow build and add CPU test script for Buildkite CI #16036
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
s390x: Fix PyArrow build and add CPU test script for Buildkite CI #16036
Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
c61fe53 to
7aaaaae
Compare
98e4afb to
772b4f8
Compare
Signed-off-by: Nishan Acharya <[email protected]>
772b4f8 to
06012d3
Compare
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]> Signed-off-by: Yang Wang <[email protected]>
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]>
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]>
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]>
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]>
…lm-project#16036) Signed-off-by: Nishan Acharya <[email protected]> Signed-off-by: Mu Huai <[email protected]>
Summary
This PR adds IBM Z (s390x) architecture support to vLLM by implementing Buildkite CI testing.
Changes
.buildkite/run-cpu-test-s390x.shdocker/Dockerfile.s390xNotes
huggingface-cli[hf_xet]needed for vllm build? #16012Testing
Tested the job using a connected s390x Buildkite agent on IBM Cloud
Triggered pipeline from vLLM community Buildkite setup
Sample Build: CI Build #16786
PR Buildkite-CI:- vllm-project/ci-infra#84
c.c: @khluu