chore: cleanup garbage code (#29770)

This commit is contained in:
Xiaoyu Zhang
2026-07-02 16:14:01 +08:00
committed by GitHub
parent 0ae76117ef
commit b276a9acee
55 changed files with 86 additions and 262 deletions
@@ -302,7 +302,7 @@ def test_load_weights_from_remote_instance(
try:
key, value = param_queue.get(timeout=5)
results[key] = value
except Exception as e:
except Exception:
if all(not p.is_alive() for p in context.processes):
break
@@ -310,7 +310,7 @@ def test_load_weights_from_remote_instance(
try:
key, value = param_queue.get(timeout=5)
results[key] = value
except Exception as e:
except Exception:
if all(not p.is_alive() for p in context.processes):
break