Add a workflow to run vLLM unit tests on H100 #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a temporary workflow to run some vLLM unit tests on H100 until we have that runner on vLLM. As this is a workflow on PyTorch side and our H100 capacity is limited, we could only run the test:
bunnylol oss pytorch/pytorch-integration-testing
, and add yourselves to the repo which will grant you write permission to run the workflowrefs/pull/<YOUR_PR_NUMBER>/head
public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:<COMMIT>
, for example, GH logsMore tests can be added into
.github/scripts/run_vllm_tests.sh
, I usepytest -v models/multimodal/generation/test_maverick.py
as a simple example. All the features like test sharding or model caching are not available at the moment, but this is a start.Testing
https://github.com/pytorch/pytorch-integration-testing/actions/runs/16535983273/job/46770512704?pr=55#step:8:214