Unverified Commit 54fa77fa authored by DaniAndTheWeb's avatar DaniAndTheWeb Committed by GitHub

Fix detection script on macos

This fixes the script on macos
parent a407c9f0
......@@ -31,6 +31,8 @@ def check_gpu():
return "NVIDIA"
else:
return "Unknown"
else:
return "Unknown"
else:
# If the `lspci` command is available, use it to get the GPU vendor and model information
output = os.popen("lspci | grep -i vga").read()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment