Unverified Commit 15b86408 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[Misc] add nccl in collect env (#4211)

parent 7be4f562
...@@ -18,6 +18,7 @@ body: ...@@ -18,6 +18,7 @@ body:
# For security purposes, please feel free to check the contents of collect_env.py before running it. # For security purposes, please feel free to check the contents of collect_env.py before running it.
python collect_env.py python collect_env.py
``` ```
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
value: | value: |
```text ```text
The output of `python collect_env.py` The output of `python collect_env.py`
......
...@@ -18,6 +18,7 @@ body: ...@@ -18,6 +18,7 @@ body:
# For security purposes, please feel free to check the contents of collect_env.py before running it. # For security purposes, please feel free to check the contents of collect_env.py before running it.
python collect_env.py python collect_env.py
``` ```
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
value: | value: |
```text ```text
The output of `python collect_env.py` The output of `python collect_env.py`
......
...@@ -18,6 +18,7 @@ body: ...@@ -18,6 +18,7 @@ body:
# For security purposes, please feel free to check the contents of collect_env.py before running it. # For security purposes, please feel free to check the contents of collect_env.py before running it.
python collect_env.py python collect_env.py
``` ```
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
value: | value: |
```text ```text
The output of `python collect_env.py` The output of `python collect_env.py`
......
...@@ -39,6 +39,7 @@ body: ...@@ -39,6 +39,7 @@ body:
# For security purposes, please feel free to check the contents of collect_env.py before running it. # For security purposes, please feel free to check the contents of collect_env.py before running it.
python collect_env.py python collect_env.py
``` ```
It is suggested to download and execute the latest script, as vllm might frequently update the diagnosis information needed for accurately and quickly responding to issues.
value: | value: |
```text ```text
The output of `python collect_env.py` The output of `python collect_env.py`
......
...@@ -63,6 +63,7 @@ DEFAULT_CONDA_PATTERNS = { ...@@ -63,6 +63,7 @@ DEFAULT_CONDA_PATTERNS = {
"magma", "magma",
"triton", "triton",
"optree", "optree",
"nccl",
} }
DEFAULT_PIP_PATTERNS = { DEFAULT_PIP_PATTERNS = {
...@@ -73,6 +74,7 @@ DEFAULT_PIP_PATTERNS = { ...@@ -73,6 +74,7 @@ DEFAULT_PIP_PATTERNS = {
"triton", "triton",
"optree", "optree",
"onnx", "onnx",
"nccl",
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment