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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.10/dist-packages/pynvml.py", line 2934, in nvmlDeviceGetMemoryInfo
_nvmlCheckReturn(ret)
File "/usr/local/lib/python3.10/dist-packages/pynvml.py", line 979, in _nvmlCheckReturn
raise NVMLError(ret)
pynvml.NVMLError_NoPermission: Insufficient Permissions
Execute nvidia-smi -L in the container, the result is:
How to deal with this situation?
The text was updated successfully, but these errors were encountered:
The running container uses the MIG device. Use the API to obtain MemoryInfo in the container. Sample code:
Error message:
Execute
nvidia-smi -L
in the container, the result is:How to deal with this situation?
The text was updated successfully, but these errors were encountered: