Ver código fonte

removing import get_hf_home

cadenmackenzie 8 meses atrás
pai
commit
695ab34430
1 arquivos alterados com 0 adições e 1 exclusões
  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