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
The box "Compatibility Check" is cut off vertically in a default 80x24 GNOME terminal, hiding the "GS Reset" line and the "Latest SW Versions" box unless the terminal window is resized.
Vertical screen space is wasted by a recommendation of Ubuntu 20.04+ (to users of other distros) that line-wraps unnecessarily, due to key alignment with the longest key "WH Reset".
Shorten texts from "Recommended" to "Recommend" to avoid a line wrap for
Ubuntu 20.04+ check in tt-smi UI.
Partially addresses tenstorrent/tt-smi#47.
Signed-off-by: Andreas Färber <[email protected]>
afaerber
added a commit
to afaerber/tt-tools-common
that referenced
this issue
Sep 14, 2024
Change texts returned in system_compatibility() dictionary for "OS"
from "Recommended" to "Recommend".
This avoid a line wrap for Ubuntu 20.04+ check in tt-smi UI.
For consistency also do the same for "Memory".
Partially addresses tenstorrent/tt-smi#47.
Signed-off-by: Andreas Färber <[email protected]>
Change texts returned in system_compatibility() dictionary for "OS"
from "Recommended" to "Recommend".
This avoid a line wrap for Ubuntu 20.04+ check in tt-smi UI.
For consistency also do the same for "Memory".
Partially addresses tenstorrent/tt-smi#47.
Signed-off-by: Andreas Färber <[email protected]>
The box "Compatibility Check" is cut off vertically in a default 80x24 GNOME terminal, hiding the "GS Reset" line and the "Latest SW Versions" box unless the terminal window is resized.
main()
vs. tt-tools-commonget_host_info()
always returning a string and thushost_info["Driver"]
always evaluating as true.The text was updated successfully, but these errors were encountered: