[object Object]

← back to Exo

circular include lol

2a3a2e5e676594497808860ca6b7fb9ba51181b3 · 2024-12-08 03:05:04 -0800 · Nel Nibcord

Files touched

Diff

commit 2a3a2e5e676594497808860ca6b7fb9ba51181b3
Author: Nel Nibcord <blindcrone@tuta.io>
Date:   Sun Dec 8 03:05:04 2024 -0800

    circular include lol
---
 exo/orchestration/node.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/orchestration/node.py b/exo/orchestration/node.py
index 425ac7d7..131b75e5 100644
--- a/exo/orchestration/node.py
+++ b/exo/orchestration/node.py
@@ -7,7 +7,6 @@ import traceback
 from typing import List, Dict, Optional, Tuple, Union, Set
 from exo.networking import Discovery, PeerHandle, Server
 from exo.inference.inference_engine import InferenceEngine, Shard
-from .node import Node
 from exo.topology.topology import Topology
 from exo.topology.device_capabilities import device_capabilities
 from exo.topology.partitioning_strategy import Partition, PartitioningStrategy, map_partitions_to_shards

← 0c5762d1 Node rename  ·  back to Exo  ·  Abstract load checkpoint method 6aaea8c7 →