Skip to content

Commit

Permalink
Enable nputop in Linux (AMDResearch#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz committed Oct 15, 2024
1 parent 3549f52 commit b7c3dfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions npu/utils/nputop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
def nputop():
""" Uses XBUtil to display all currently running applications in an ipywidgets
form suitable for JupyterLab """
if platform.system() == "Windows":
XBUtil().apps()
else:
print("nputop is not currently supported in linux due to changes in the xbutil api")

XBUtil().apps()

0 comments on commit b7c3dfb

Please sign in to comment.