Where is Whisper installed? Where are the models installed? #1774
-
I went into my WHisper folder to check where are the models located, and I was in shock to see that there was nothing inside that folder (the one where I did the whisper) except my videos and my transcriptions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It places the model files under inside Lines 128 to 130 in fcfeaf1 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. |
Beta Was this translation helpful? Give feedback.
-
I found a bunch more models in |
Beta Was this translation helpful? Give feedback.
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
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.