-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
actionableThere is clear action for a vLLM developer to takeThere is clear action for a vLLM developer to takebugSomething isn't workingSomething isn't workingtorch.compile
Description
Your current environment
n/a
🐛 Describe the bug
Examples of things that are not tested:
- tests/compile/test_config.py
- tests/compile/test_functionalization.py
A partial list of things that are tested:
vllm/.buildkite/test-pipeline.yaml
Lines 324 to 331 in 497e763
- pytest -v -s compile/test_pass_manager.py - pytest -v -s compile/test_config.py - pytest -v -s compile/test_fusion.py - pytest -v -s compile/test_fusion_attn.py - pytest -v -s compile/test_silu_mul_quant_fusion.py - pytest -v -s compile/test_sequence_parallelism.py - pytest -v -s compile/test_async_tp.py - pytest -v -s compile/test_fusion_all_reduce.py
As mentioned in #22682, we should really just update the test command to pytest tests/compile, with some opt-outs for some tests that actually need special configurations. This will make this one test take longer but will make things a lot saner for us to maintain.
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
actionableThere is clear action for a vLLM developer to takeThere is clear action for a vLLM developer to takebugSomething isn't workingSomething isn't workingtorch.compile
Type
Projects
Status
Backlog