Skip to content

Commit

Permalink
Merge pull request #131 from JSchmie/fix_env_var
Browse files Browse the repository at this point in the history
Re-fixed PYANNOTE_CACHE, now writes the variable.
  • Loading branch information
JSchmie authored Oct 8, 2024
2 parents a4b8546 + 575a8de commit ce2f3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraibe/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"AUTOT_CACHE",
os.path.expanduser("~/.cache/torch/models"),
)
os.getenv(
os.environ["PYANNOTE_CACHE"] = os.getenv(
"PYANNOTE_CACHE",
os.path.join(CACHE_DIR, "pyannote"),
)
Expand Down

0 comments on commit ce2f3eb

Please sign in to comment.