Browse Source

Node rename

Nel Nibcord 5 tháng trước cách đây
mục cha
commit
0c5762d18a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      exo/orchestration/node.py

+ 1 - 1
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,