-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
Description
Your current environment
n/a
🐛 Describe the bug
vllm/vllm/compilation/multi_output_match.py
Lines 19 to 24 in d328f78
""" | |
This class provides utilities to process multi-output matches and | |
manually insert replacements. | |
This is necessary because the automatic replacement for multi-output | |
matches is broken: https://github.com/pytorch/pytorch/issues/137280 |
This should be supported in torch >= 2.6 now, so we should be able to delete the code in vLLM (or at least add a guard to only use said code in older versions of pytorch
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
Type
Projects
Status
Done