Unverified Commit 650a4cc5 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Misc] Add transformers version to collect_env.py (#5259)

parent 9ca62d86
...@@ -64,6 +64,7 @@ DEFAULT_CONDA_PATTERNS = { ...@@ -64,6 +64,7 @@ DEFAULT_CONDA_PATTERNS = {
"triton", "triton",
"optree", "optree",
"nccl", "nccl",
"transformers",
} }
DEFAULT_PIP_PATTERNS = { DEFAULT_PIP_PATTERNS = {
...@@ -75,6 +76,7 @@ DEFAULT_PIP_PATTERNS = { ...@@ -75,6 +76,7 @@ DEFAULT_PIP_PATTERNS = {
"optree", "optree",
"onnx", "onnx",
"nccl", "nccl",
"transformers",
} }
......
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