Browse Source

remove redundant dummy import

Alex Cheema 8 tháng trước cách đây
mục cha
commit
3022aab994
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      exo/main.py

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