← back to Exo
coll
81632247653ab2799a4b161ccc73d5283dc51b7a · 2024-12-05 21:59:06 +0000 · Alex Cheema
Files touched
M exo/orchestration/standard_node.py
Diff
commit 81632247653ab2799a4b161ccc73d5283dc51b7a
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Dec 5 21:59:06 2024 +0000
coll
---
exo/orchestration/standard_node.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/orchestration/standard_node.py b/exo/orchestration/standard_node.py
index 77794753..310f18f6 100644
--- a/exo/orchestration/standard_node.py
+++ b/exo/orchestration/standard_node.py
@@ -374,8 +374,8 @@ class StandardNode(Node):
try:
did_peers_change = await self.update_peers()
if DEBUG >= 2: print(f"{did_peers_change=}")
+ await self.collect_topology(set())
if did_peers_change:
- await self.collect_topology(set())
await self.select_best_inference_engine()
except Exception as e:
print(f"Error collecting topology: {e}")
← f8cc54b9 previously was checking all nodes for download status which
·
back to Exo
·
pass origin_node_id to merge 657520ed →