[object Object]

← back to Exo

removing import get_hf_home

695ab344307f974b581f9f49c2b2cbbd2ca57843 · 2024-11-18 15:22:08 -0800 · cadenmackenzie

Files touched

Diff

commit 695ab344307f974b581f9f49c2b2cbbd2ca57843
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date:   Mon Nov 18 15:22:08 2024 -0800

    removing import get_hf_home
---
 exo/api/chatgpt_api.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/api/chatgpt_api.py b/exo/api/chatgpt_api.py
index 54709a8a..234d076f 100644
--- a/exo/api/chatgpt_api.py
+++ b/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
 
 

← b77362b4 moving os import  ·  back to Exo  ·  fixing formatting 8135437c →