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 4ca1f5f commit b240305Copy full SHA for b240305
library/stats.py
@@ -476,8 +476,8 @@ def stats(cls):
476
477
# GPU mem. total memory (M)
478
gpu_mem_total_text_data = theme_gpu_data['MEMORY_TOTAL']['TEXT']
479
- if math.isnan(memory_used_mb):
480
- memory_used_mb = 0
+ if math.isnan(total_memory_mb):
+ total_memory_mb = 0
481
if gpu_mem_total_text_data['SHOW']:
482
logger.warning("Your GPU total memory capacity (M) is not supported yet")
483
gpu_mem_total_text_data['SHOW'] = False
0 commit comments