-
Notifications
You must be signed in to change notification settings - Fork 2k
nvidia-docker-plugin exits with "Error: Not supported" after GPU detection. #40
Comments
Adding further debug output to the code, it seems as if the following lines: It is most likely that my Laptop GPU does not support these properties, and the calls are returning The Looking at the output of |
That's a known issue. Mobility cards are poorly supported by NVML and most of the calls will fail. Note that while using |
Yes, I understand that my card is most likely to blame. I don't think that this means that the REST API is useless though. Would it For power, simply returning zero may make sense, and although CPUs with On Tue, 26 Jan 2016 23:08 Jonathan Calmels notifications@github.com wrote:
|
If it helps, I've found that NVML can find memory info for all cards, but not necessarily utilization or temperature. https://github.com/NVIDIA/DIGITS/blob/v3.1.0/digits/device_query.py#L215-L235 |
I agree we should handle this case more gracefully, that's why I labeled it as a "bug". |
Handling it gracefully would mean having default values for everything (not just few calls). |
@lukeyeager Did you check on GeForce Kepler products ? |
@elezar So regarding your card specifically this seems to be an issue with NVML. In any case, we should start working on handling unsupported features gracefully. |
@3XX0 I have run nvidia-docker-smi-q.stdout.txt There seem to be many properties that |
I am trying to run the nvidia-docker-plugin locally, but get the following error:
(this is after following the other steps described in the wiki).
The output from
nvidia-smi
is as follows:The text was updated successfully, but these errors were encountered: