← back to Exo
remove redundant dummy import
fd84201b7fdebbb87df07ae79b36c95778abee56 · 2024-11-18 20:12:50 +0400 · Alex Cheema
Files touched
Diff
commit fd84201b7fdebbb87df07ae79b36c95778abee56
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 18 20:12:50 2024 +0400
remove redundant dummy import
---
exo/main.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/exo/main.py b/exo/main.py
index bf0bf957..470fb8ea 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -20,7 +20,6 @@ from exo.download.hf.hf_shard_download import HFShardDownloader
from exo.helpers import print_yellow_exo, find_available_port, DEBUG, get_system_info, get_or_create_node_id, get_all_ip_addresses, terminal_link
from exo.inference.shard import Shard
from exo.inference.inference_engine import get_inference_engine, InferenceEngine
-from exo.inference.dummy_inference_engine import DummyInferenceEngine
from exo.inference.tokenizers import resolve_tokenizer
from exo.orchestration.node import Node
from exo.models import build_base_shard, get_repo
← a39ca1a4 add --default-model command line arg
·
back to Exo
·
check if user has read/write access to HF_HOME and warn them fa8825fa →