We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62305 commit 79d8057Copy full SHA for 79d8057
codecarbon/core/gpu.py
@@ -144,7 +144,7 @@ def _get_memory_info(self):
144
try:
145
return pynvml.nvmlDeviceGetMemoryInfo(self.handle)
146
except pynvml.NVMLError_NotSupported:
147
- # this error is currently thrown for the NVIDIA Blackwell GPU, due to memory sharing on NVIDIA DGX Spark
+ # error thrown for the NVIDIA Blackwell GPU of DGX Spark, due to memory sharing -> return defaults instead
148
return pynvml.c_nvmlMemory_t(-1, -1, -1)
149
150
def _get_temperature(self) -> int:
0 commit comments