We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faca7a commit aa3aecdCopy full SHA for aa3aecd
1 file changed
src/utils/core/gpu_install.py
@@ -8,7 +8,7 @@
8
from src.utils.log.logger import Logger
9
10
11
-def fetch_gpu(log: Logger) -> tuple[str, str | None] | None:
+def fetch_gpu(log: Logger) -> list[str] | None:
12
"""Fetch the GPU of the system.
13
14
Args:
0 commit comments