Skip to content

Commit

Permalink
ws object has data for all workers
Browse files Browse the repository at this point in the history
  • Loading branch information
quasiben committed Oct 1, 2020
1 parent 024b092 commit e020434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/dashboard/components/nvml.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def update(self):
worker = []
i = 0

for ws in workers:
for ws in workers[:1]:
try:
info = ws.extra["gpu"]
except KeyError:
Expand Down

0 comments on commit e020434

Please sign in to comment.