[misc] add zmq in collect env (#7119)

This commit is contained in:
youkaichao 2024-08-03 22:03:46 -07:00 committed by GitHub
parent 654bc5ca49
commit 9fadc7b7a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ DEFAULT_CONDA_PATTERNS = {
"optree",
"nccl",
"transformers",
"zmq",
}
DEFAULT_PIP_PATTERNS = {
@ -77,6 +78,7 @@ DEFAULT_PIP_PATTERNS = {
"onnx",
"nccl",
"transformers",
"zmq",
}