[object Object]

← back to Exo

remove redundant dummy import

3022aab99410ba157dbf1951f162d66758c84059 · 2024-11-18 20:12:50 +0400 · Alex Cheema

Files touched

Diff

commit 3022aab99410ba157dbf1951f162d66758c84059
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 f1c2fccf..0f0e08ff 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -23,7 +23,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, shutdown, move_models_to_hf
 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

← 0ab302a3 add --default-model command line arg  ·  back to Exo  ·  check if user has read/write access to HF_HOME and warn them 559f12e7 →