[object Object]

← back to Exo

Node rename

0c5762d18a86b6499c235607c582a9b14aa064b8 · 2024-12-11 02:56:25 -0800 · Nel Nibcord

Files touched

Diff

commit 0c5762d18a86b6499c235607c582a9b14aa064b8
Author: Nel Nibcord <blindcrone@tuta.io>
Date:   Wed Dec 11 02:56:25 2024 -0800

    Node rename
---
 exo/orchestration/node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/orchestration/node.py b/exo/orchestration/node.py
index 5def42ea..425ac7d7 100644
--- a/exo/orchestration/node.py
+++ b/exo/orchestration/node.py
@@ -18,7 +18,7 @@ from exo.download.hf.hf_helpers import RepoProgressEvent
 from exo.inference.inference_engine import get_inference_engine, InferenceEngine
 from exo.download.hf.hf_shard_download import HFShardDownloader
 
-class StandardNode(Node):
+class Node:
   def __init__(
     self,
     _id: str,

← c2332e24 Moved nodes around  ·  back to Exo  ·  circular include lol 2a3a2e5e →