Skip to content

Commit

Permalink
[misc] add nvidia related library in collect env (#7674)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Aug 20, 2024
1 parent 3d8a5f0 commit c4be16e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"nccl",
"transformers",
"zmq",
"nvidia",
"pynvml",
}

DEFAULT_PIP_PATTERNS = {
Expand All @@ -79,6 +81,8 @@
"nccl",
"transformers",
"zmq",
"nvidia",
"pynvml",
}


Expand Down

0 comments on commit c4be16e

Please sign in to comment.