dev: fixed an issues with CMP170 #6

Merged
clore merged 16 commits from dev into main 2025-10-15 19:13:45 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit bbd4c669a2 - Show all commits

View File

@ -300,6 +300,8 @@ def get_gpu_info():
xl_gpu_info["pcie_width"]=bus_spec.width
xl_gpu_info["pcie_revision"]=bus_spec.revision
except Exception as e:
print("err")
print(e)
pass
gpus["nvidia"].append(xl_gpu_info)
lines = nvidia_smi_stdout.split('\n')