From d53510b26d0b5e0d09544539ea00f695be626e4d Mon Sep 17 00:00:00 2001 From: zhangyiming <34808445+menogrey@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:53:42 +0800 Subject: [PATCH] [Misc] Print triton info in collect_env.py (#6298) ### What this PR does / why we need it? [Misc] Print triton info in collect_env.py, help us to collect more info when user create an issue. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.14.1 - vLLM main: https://github.com/vllm-project/vllm/commit/dc917cceb877dfd13f98c538c4c96158047d98bd Signed-off-by: menogrey <1299267905@qq.com> --- collect_env.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collect_env.py b/collect_env.py index cdfdcbe6..7b8c2b65 100644 --- a/collect_env.py +++ b/collect_env.py @@ -67,6 +67,7 @@ DEFAULT_CONDA_PATTERNS = { "transformers", "zmq", "pynvml", + "triton-ascend", } DEFAULT_PIP_PATTERNS = { @@ -79,6 +80,7 @@ DEFAULT_PIP_PATTERNS = { "transformers", "zmq", "pynvml", + "triton-ascend", }