research_assistant / src /__init__.py
Sam-Oliveira
change triton cache
a01fde7
import pathlib, tempfile
import os
os.environ["XDG_CACHE_HOME"] = str(pathlib.Path(tempfile.gettempdir()) / "hf_cache")