Closed phiharri closed 1 year ago
nvidia-smi --query-gpu=driver_version returns one line for each GPU present which breaks build.sh in multi-GPU systems. Only query the primary GPU to determine driver version.
nvidia-smi --query-gpu=driver_version
Great catch and thanks for the fix! Quick question--
Shouldn't it be:
--id=0
rather than:
--id-0
The former worked fine for me with a single gpu.
Yep, my apologies for the typo!
Thanks again!
nvidia-smi --query-gpu=driver_version
returns one line for each GPU present which breaks build.sh in multi-GPU systems. Only query the primary GPU to determine driver version.