← back to Exo
rm unused imports
fa9d4169557492986ff663936a4a3110a2430374 · 2024-07-18 16:20:01 -0700 · Alex Cheema
Files touched
M exo/topology/partitioning_strategy.py
Diff
commit fa9d4169557492986ff663936a4a3110a2430374
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Jul 18 16:20:01 2024 -0700
rm unused imports
---
exo/topology/partitioning_strategy.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/exo/topology/partitioning_strategy.py b/exo/topology/partitioning_strategy.py
index ab5fe9b0..47e349d6 100644
--- a/exo/topology/partitioning_strategy.py
+++ b/exo/topology/partitioning_strategy.py
@@ -1,8 +1,6 @@
from abc import ABC, abstractmethod
-from typing import List, Optional
+from typing import List
from dataclasses import dataclass
-from exo.inference.shard import Shard
-from exo.networking.peer_handle import PeerHandle
from .topology import Topology
# Partitions shard-space into pieces of contiguous shards, represented by floating point range [start, end) between 0 and 1
← 0af164f0 remove old PartitioningStrategy
·
back to Exo
·
more robust grpc discovery with asyncio and proper error han 54c98607 →