mirror of https://github.com/vllm-project/vllm
[Misc] Add transformers version to collect_env.py (#5259)
This commit is contained in:
parent
9ca62d8668
commit
650a4cc55e
|
@ -64,6 +64,7 @@ DEFAULT_CONDA_PATTERNS = {
|
|||
"triton",
|
||||
"optree",
|
||||
"nccl",
|
||||
"transformers",
|
||||
}
|
||||
|
||||
DEFAULT_PIP_PATTERNS = {
|
||||
|
@ -75,6 +76,7 @@ DEFAULT_PIP_PATTERNS = {
|
|||
"optree",
|
||||
"onnx",
|
||||
"nccl",
|
||||
"transformers",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue