IBM / powerai

This repo contains ancillary information used to assist users of IBM Watson Machine Learning Community Edition. This repo will contain How To's, Readme's, Dockerfiles, etc. that can be consumed by users looking to get started.
BSD 2-Clause "Simplified" License
56 stars 54 forks source link

Change lspci to nvidia-smi #188

Closed dllehr81 closed 4 years ago

dllehr81 commented 4 years ago

In the event that a GPU's BIOS is out of date, an lspci may not correctly show the term 'V100' in it's output. Leading to an false negative when trying to find GPUs in the box.

Use nvidia-smi as that appears to show correct values.