Skip to content

Commit

Permalink
debug value changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Nov 7, 2024
1 parent 75fc397 commit 513bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/src/ui/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def init_devices():
"value": 1,
"label": "DEBUG DEVICE",
"right_text": "some GB / some GB",
"free": 999999,
"free": 25 * 1024 * 3,
}
)
return sorted(devices, key=lambda x: x["free"], reverse=True)
Expand Down

0 comments on commit 513bcaa

Please sign in to comment.