← back to Exo
Undo extra lines
61e9d4bd48654ca245a868dabd375dde9ee044e3 · 2024-11-22 11:28:53 -0500 · Daniel Newman
Files touched
Diff
commit 61e9d4bd48654ca245a868dabd375dde9ee044e3
Author: Daniel Newman <dtnewman@users.noreply.github.com>
Date: Fri Nov 22 11:28:53 2024 -0500
Undo extra lines
---
exo/main.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/exo/main.py b/exo/main.py
index 51a54c18..c7a13e23 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -1,5 +1,6 @@
import argparse
import asyncio
+import atexit
import signal
import json
import logging
@@ -9,7 +10,7 @@ import sys
import time
import traceback
import uuid
-import atexit
+
from exo.networking.manual.manual_discovery import ManualDiscovery
from exo.networking.manual.network_topology_config import NetworkTopology
from exo.orchestration.standard_node import StandardNode
@@ -30,8 +31,6 @@ from exo.models import build_base_shard, get_repo
from exo.viz.topology_viz import TopologyViz
from exo.download.hf.hf_helpers import has_hf_home_read_access, has_hf_home_write_access, get_hf_home, move_models_to_hf
-
-
# parse args
parser = argparse.ArgumentParser(description="Initialize GRPC Discovery")
parser.add_argument("command", nargs="?", choices=["run"], help="Command to run")
← 729669c9 restore the cursor to the terminal on exit from CLI
·
back to Exo
·
Undo extra line 1cb1e9e4 →