1
0
Эх сурвалжийг харах

print traceback on topology collection error

Alex Cheema 11 сар өмнө
parent
commit
784e6bae21

+ 1 - 0
exo/orchestration/standard_node.py

@@ -299,6 +299,7 @@ class StandardNode(Node):
         await self.collect_topology()
       except Exception as e:
         print(f"Error collecting topology: {e}")
+        traceback.print_exc()
 
   async def get_inference_result(self, request_id: str) -> Tuple[Optional[np.ndarray], bool]:
     if request_id not in self.buffered_token_output: