diff --git a/scraibe/misc.py b/scraibe/misc.py index 106b9e1..e865f52 100644 --- a/scraibe/misc.py +++ b/scraibe/misc.py @@ -7,7 +7,7 @@ CACHE_DIR = os.getenv( "AUTOT_CACHE", os.path.expanduser("~/.cache/torch/models"), ) -os.getenv( +os.environ["PYANNOTE_CACHE"] = os.getenv( "PYANNOTE_CACHE", os.path.join(CACHE_DIR, "pyannote"), )