[Misc] remove warning if triton>=3.2.0#16553
Conversation
Signed-off-by: DefTruth <qiustudent_r@163.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 🚀 |
| logger = logging.getLogger(__name__) | ||
|
|
||
| # TODO: Remove this when triton>=3.2.0. This issue will not affect performance | ||
| # Remove this warning when triton>=3.2.0. This issue will not affect performance |
There was a problem hiding this comment.
how about: "only print the following warnings when triton version < 3.2.0. The issue won't affect performance or accuracy."
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com> Signed-off-by: Yang Wang <elainewy@meta.com>
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com>
Signed-off-by: DefTruth <qiustudent_r@163.com> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
Remove warning if triton>=3.2.0, since now triton are already >= 3.2.0