out of scope

This commit is contained in:
hagen-danswer 2024-11-02 08:20:08 -07:00
parent 6f440d126a
commit 4a6b8db65f

View File

@ -28,7 +28,7 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
os.environ["HF_HUB_DISABLE_TELEMETRY"] = "1"
HF_CACHE_PATH = Path("/root/.cache/huggingface/")
TEMP_HF_CACHE_PATH = Path.home() / ".cache" / "temp_huggingface"
TEMP_HF_CACHE_PATH = Path("/root/.cache/temp_huggingface/")
transformer_logging.set_verbosity_error()