Skip to content
Discussion options

You must be logged in to vote

It places the model files under inside .cache/whisper under your home directory by default:

whisper/whisper/__init__.py

Lines 128 to 130 in fcfeaf1

if download_root is None:
default = os.path.join(os.path.expanduser("~"), ".cache")
download_root = os.path.join(os.getenv("XDG_CACHE_HOME", default), "whisper")

You can delete these files if your disk space is running out, and then the script will re-download them when you run Whisper next time.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@AIhasArrived
Comment options

@jongwook
Comment options

Answer selected by jongwook
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants