Skip to content

Commit 9fadc7b

Browse files
authored
[misc] add zmq in collect env (#7119)
1 parent 654bc5c commit 9fadc7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collect_env.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"optree",
6666
"nccl",
6767
"transformers",
68+
"zmq",
6869
}
6970

7071
DEFAULT_PIP_PATTERNS = {
@@ -77,6 +78,7 @@
7778
"onnx",
7879
"nccl",
7980
"transformers",
81+
"zmq",
8082
}
8183

8284

0 commit comments

Comments
 (0)