[misc] add zmq in collect env (#7119)
This commit is contained in:
parent
654bc5ca49
commit
9fadc7b7a0
@ -65,6 +65,7 @@ DEFAULT_CONDA_PATTERNS = {
|
|||||||
"optree",
|
"optree",
|
||||||
"nccl",
|
"nccl",
|
||||||
"transformers",
|
"transformers",
|
||||||
|
"zmq",
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_PIP_PATTERNS = {
|
DEFAULT_PIP_PATTERNS = {
|
||||||
@ -77,6 +78,7 @@ DEFAULT_PIP_PATTERNS = {
|
|||||||
"onnx",
|
"onnx",
|
||||||
"nccl",
|
"nccl",
|
||||||
"transformers",
|
"transformers",
|
||||||
|
"zmq",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user