Browse Source

removing import get_hf_home

cadenmackenzie 8 tháng trước cách đây
mục cha
commit
695ab34430
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      exo/api/chatgpt_api.py

+ 0 - 1
exo/api/chatgpt_api.py

@@ -18,7 +18,6 @@ from exo.inference.tokenizers import resolve_tokenizer
 from exo.orchestration import Node
 from exo.models import build_base_shard, model_cards, get_repo, pretty_name
 from typing import Callable
-from exo.download.hf.hf_helpers import get_hf_home
 from exo.download.hf.hf_shard_download import HFShardDownloader