[5/N][torch.compile] torch.jit.script --> torch.compile#10406
[5/N][torch.compile] torch.jit.script --> torch.compile#10406DarkLight1337 merged 2 commits intovllm-project:mainfrom
Conversation
Signed-off-by: youkaichao <youkaichao@gmail.com>
|
👋 Hi! Thank you for contributing to the vLLM project. 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 do one of these:
🚀 |
| # This is to make sure that the captured graph does not include the | ||
| # kernel launches for initial benchmarking (e.g., Triton autotune). | ||
| # Note one iteration is not enough for torch.jit.script | ||
| # Note one iteration is not enough for torch.compile |
There was a problem hiding this comment.
I think one warmup iteration should be enough for torch.compile , but we can investigate and confirm later.
Signed-off-by: youkaichao <youkaichao@gmail.com>
…#10406) Signed-off-by: youkaichao <youkaichao@gmail.com> Signed-off-by: Manjul Mohan <manjul.mohan@ibm.com>
…#10406) Signed-off-by: youkaichao <youkaichao@gmail.com>
…#10406) Signed-off-by: youkaichao <youkaichao@gmail.com>
|
Hey @youkaichao, I am running python 3.11 and cuda 12.4 and do a full build of vllm on my environment. My env spec is as following: When I launch the vllm server, I get this error irrespective of the model type. I have realised that it is coming from |
…#10406) Signed-off-by: youkaichao <youkaichao@gmail.com>
fixes #8536
and I also observe performance gain: