Remove redundant continue statement for cluster message handling

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-29 04:39:45 +00:00
parent 098b2401ea
commit 21113c51a6

View file

@ -109,9 +109,7 @@ class GradientNetwork(AsyncGeneratorProvider, ProviderModelMixin):
if content: if content:
yield content yield content
elif msg_type in ("clusterInfo", "blockUpdate"): # Skip clusterInfo and blockUpdate GPU visualization messages
# Skip GPU cluster visualization messages
continue
except json.JSONDecodeError: except json.JSONDecodeError:
# Skip non-JSON lines (may be partial data or empty) # Skip non-JSON lines (may be partial data or empty)