You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPUtil services nvidia-smi ordering for devices but then your torch dependency uses the device_id ordering, which may not match. This can be fixed by adding "conda env config vars set CUDA_DEVICE_ORDER=PCI_BUS_ID" to the install script.
GPUtil services nvidia-smi ordering for devices but then your torch dependency uses the device_id ordering, which may not match. This can be fixed by adding "conda env config vars set CUDA_DEVICE_ORDER=PCI_BUS_ID" to the install script.