chore: cleanup garbage code (#29770)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user