[Frontend] Remove custom_cache_manager#13791
Conversation
since vllm uses torch 2.5.1 which uses triton 3.1.0 that includes triton-lang/triton#4295 Signed-off-by: Alessandro Sangiorgi <asangior@redhat.com> Signed-off-by: fulvius31 <asangior@redhat.com>
|
👋 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 🚀 |
|
I am aware of this PR, but I haven't found this code in the |
|
torch 2.6.0 will install triton 3.2.0, which looks include triton-lang/triton#4295. Therefore, we can consider this PR after #12721 is merged. |
You are totally right! Let's wait #12721 ! |
|
@fulvius31 FYI #12721 has been merged |
Thanks for letting me know @jeejeelee ! I just synced the branch with the last commit! |
|
@jeejeelee I do think that - since torch 2.6.0 will be part of the v0.8.0 - we can include also this PR to this new vLLM version. CC @simon-mo |
jeejeelee
left a comment
There was a problem hiding this comment.
I was actually worried about the possibility of reverting the torch version. Now we should be able to delete these. Thank you very much.
Signed-off-by: fulvius31 <asangior@redhat.com> Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
Signed-off-by: fulvius31 <asangior@redhat.com>
Signed-off-by: fulvius31 <asangior@redhat.com> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
Remove custom_cache_manager since vllm uses torch 2.6.0 which uses triton 3.2.0 that includes triton-lang/triton#4295
cc @tdoublep @jeejeelee