[object Object]

← back to Exo

removed logging

92270595219cb623981a41629ab5663b4acdb83b · 2024-10-22 23:59:56 -0700 · josh

Files touched

Diff

commit 92270595219cb623981a41629ab5663b4acdb83b
Author: josh <eyasunigussie@Eyasus-MacBook-Air.local>
Date:   Tue Oct 22 23:59:56 2024 -0700

    removed logging
---
 exo/main.py                        | 1 -
 exo/orchestration/standard_node.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/exo/main.py b/exo/main.py
index 020de7ed..6d0a6af4 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -3,7 +3,6 @@ import asyncio
 import signal
 import json
 import logging
-import seqlog
 import time
 import traceback
 import uuid
diff --git a/exo/orchestration/standard_node.py b/exo/orchestration/standard_node.py
index 45a67f51..efeb8b61 100644
--- a/exo/orchestration/standard_node.py
+++ b/exo/orchestration/standard_node.py
@@ -17,7 +17,6 @@ from exo.viz.topology_viz import TopologyViz
 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
-import logging
 
 class StandardNode(Node):
   def __init__(

← 896ea4d9 removed logging  ·  back to Exo  ·  remove cbrt which doesnt exist on python 3.9 4a750355 →