[misc] add nvidia related library in collect env (#7674)

This commit is contained in:
youkaichao 2024-08-19 23:22:49 -07:00 committed by GitHub
parent 3d8a5f063d
commit c4be16e1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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